Skip to content

Commit

Permalink
Add cleanup step
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus993 committed Oct 8, 2024
1 parent fb3425b commit 345320f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ jobs:
- name: Stop containers
if: always()
run: make docker_down

- name: Delete _work
if: always()
run: rm -rf /home/admin/actions-runner/_work/aligned_layer/

0 comments on commit 345320f

Please sign in to comment.