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