Skip to content

Commit

Permalink
Run docker system prune after tests (#4272)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Dumas <[email protected]>
  • Loading branch information
imsdu and Simon Dumas authored Sep 14, 2023
1 parent 288460e commit a69dc9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ jobs:
run: sbt -Dsbt.color=always -Dsbt.supershell=false "project tests" test
- name: Stop & clean Docker
if: ${{ always() }}
run: docker-compose -f tests/docker/docker-compose.yml down --rmi "local" --volumes
run: |
docker-compose -f tests/docker/docker-compose.yml down --rmi "local" --volumes
docker system prune --force --volumes

0 comments on commit a69dc9e

Please sign in to comment.