Skip to content

Commit

Permalink
Add job post cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus993 committed Oct 9, 2024
1 parent 26dc67e commit 5d656ee
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ jobs:
- name: Start containers
run: make docker_up

post:
runs-on: docker
needs: docker

steps:
- name: Stop containers
if: always()
run: sudo make docker_down
run: make docker_down

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

0 comments on commit 5d656ee

Please sign in to comment.