Skip to content

Commit

Permalink
Add flag to auto approve docker prune
Browse files Browse the repository at this point in the history
  • Loading branch information
julianocosta89 committed Oct 22, 2024
1 parent e839f0c commit 5649d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
uses: actions/checkout@v4
- name: run tracetesting
run: |
make build && docker system prune && make run-tracetesting
make build && docker system prune -f && make run-tracetesting

0 comments on commit 5649d29

Please sign in to comment.