Skip to content

Commit

Permalink
CI: fix windows resources piling up
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 committed Feb 1, 2024
1 parent d61749f commit a8656ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,4 @@ jobs:
run: |
Remove-Item -Recurse C:\Users\loft-user\.devpod\
sh -c "docker ps -a | cut -d' ' -f1 | tail -n+2 | xargs docker rm -f || :"
docker system prune -a -f
1 change: 1 addition & 0 deletions .github/workflows/e2e-win-full-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ jobs:
run: |
Remove-Item -Recurse C:\Users\loft-user\.devpod\
sh -c "docker ps -a | cut -d' ' -f1 | tail -n+2 | xargs docker rm -f || :"
docker system prune -a -f

0 comments on commit a8656ff

Please sign in to comment.