Skip to content

Commit

Permalink
remove containers on int test failure
Browse files Browse the repository at this point in the history
Signed-off-by: Shaanjot Gill <[email protected]>
  • Loading branch information
shaangill025 committed Oct 13, 2022
1 parent e3c6ec7 commit acec2f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
if: failure()
run: |
docker-compose -f ./int/docker-compose.yml logs
docker-compose -f ./int/docker-compose.yml down
- name: Clean up integration tests
if: always()
run: |
Expand Down

0 comments on commit acec2f4

Please sign in to comment.