test
This commit is contained in:
parent
9abaef9236
commit
16ed266d9d
1 changed files with 1 additions and 3 deletions
|
@ -32,7 +32,5 @@ jobs:
|
||||||
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
|
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
|
||||||
- run: echo "The workflow is now ready to test your code on the runner."
|
- run: echo "The workflow is now ready to test your code on the runner."
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
- run: echo "This job's status is ${{ job.status }}."
|
||||||
|
- if: always()
|
||||||
- name: "Post Run Cleanup"
|
|
||||||
if: always()
|
|
||||||
run: rm -rf /.cache
|
run: rm -rf /.cache
|
Loading…
Reference in a new issue