diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index a4321bdc..b2083c26 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -8,4 +8,8 @@ steps: - wait - label: 'Autogen classes' - command: docker run --rm diagrams:1.0 ./autogen.sh \ No newline at end of file + command: docker run --rm diagrams:1.0 ./autogen.sh + + - wait + - label: 'Show' + command: ls -lah /tmp/test-results/${BUILDKITE_PIPELINE_SLUG}/${BUILDKITE_BUILD_ID} \ No newline at end of file