Skip to content

Commit

Permalink
debug(ci:circleci): Dump logs after test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
lakkeger committed Mar 20, 2024
1 parent b20298c commit a4a5ade
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
name: Run Tests
command:
pytest tests
- run:
when: on_fail
name: Dump Localstack logs
command: localstack logs | tee localstack.log
workflows:
do-tests:
jobs:
Expand Down

0 comments on commit a4a5ade

Please sign in to comment.