test
This commit is contained in:
parent
16ed266d9d
commit
c6371414ca
1 changed files with 3 additions and 1 deletions
|
@ -33,4 +33,6 @@ jobs:
|
|||
- run: echo "The workflow is now ready to test your code on the runner."
|
||||
- run: echo "This job's status is ${{ job.status }}."
|
||||
- if: always()
|
||||
run: rm -rf /.cache
|
||||
run: rm -rf /.cache
|
||||
- if: always()
|
||||
run: rm -rf ${{ github.worksspace }}
|
Loading…
Add table
Reference in a new issue