Skip to content

Commit

Permalink
dump log on test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Nov 8, 2023
1 parent bcde795 commit a1dd6b0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
run: |
export TRACETEST_TOKEN=${{ secrets.TRACETEST_TOKEN }}
tracetest run \
--config ./tracetest/config/tracetest-cloud.yaml \
--file ./tracetest/tests/testsuite.yaml \
--vars ./tracetest/tests/vars.agent.yaml
--config ./tracetest/config/tracetest-cloud.yaml \
--file ./tracetest/tests/testsuite.yaml \
--vars ./tracetest/tests/vars.agent.yaml \
|| (docker compose -f docker-compose.agent.yml logs; exit 1)

0 comments on commit a1dd6b0

Please sign in to comment.