From 0379d20458dae510185087f7fc1dcbe16d474513 Mon Sep 17 00:00:00 2001 From: Al Cutter Date: Mon, 9 Dec 2024 17:31:20 +0000 Subject: [PATCH] Peek-a-boo, who's in the log? --- .github/workflows/integration_test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index b136d02f..1152b228 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -30,6 +30,9 @@ jobs: run: docker compose -f ./cmd/conformance/posix/docker/compose.yaml up --build --detach - name: Run integration test run: go test -v -race ./integration/... --run_integration_test=true --log_url="file:///tmp/tessera-posix-log" --write_log_url="http://localhost:2025" --log_public_key="example.com/log/testdata+33d7b496+AeHTu4Q3hEIMHNqc6fASMsq3rKNx280NI+oO5xCFkkSx" + - name: What's in the box? + if: ${{ always() }} + run: tree /tmp/tessera-posix-log - name: Stop Docker services (tessera-conformance-posix) if: ${{ always() }} run: docker compose -f ./cmd/conformance/posix/docker/compose.yaml down