Skip to content

Commit

Permalink
Added cleanup for self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
akclace committed Oct 10, 2024
1 parent e833ed3 commit 7644133
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
go install github.com/commander-cli/commander/v2/cmd/commander@latest
export CL_CONTAINER_COMMANDS=docker # using self-hosted runner, use Docker for container tests
gmake covtest
docker stop -t 1 $(docker ps -a -q)
docker system prune -f
- name: Upload Go test results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7644133

Please sign in to comment.