Skip to content

Commit

Permalink
Merge pull request #169 from trueagi-io/noskill-patch-3
Browse files Browse the repository at this point in the history
cleanup working directory if tests are passed
  • Loading branch information
noskill authored Aug 22, 2023
2 parents 69dbdc7 + 465c25e commit beea721
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
with:
name: TestObservations
path: tests/vereya/observations/observations.txt
- name: cleanup
if: success()
run: rm -r `pwd`/*
- name: remove lock
if: always()
run: rm -f /tmp/minecraft-test-lock

0 comments on commit beea721

Please sign in to comment.