Skip to content

Commit acec2f4

Browse files
committed
remove containers on int test failure
Signed-off-by: Shaanjot Gill <[email protected]>
1 parent e3c6ec7 commit acec2f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
if: failure()
2727
run: |
2828
docker-compose -f ./int/docker-compose.yml logs
29+
docker-compose -f ./int/docker-compose.yml down
2930
- name: Clean up integration tests
3031
if: always()
3132
run: |

0 commit comments

Comments
 (0)