Skip to content

Commit

Permalink
add cleanup step
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Sep 9, 2022
1 parent 6f48676 commit da4e8af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
with:
go-version: 1.18

- name: Cleanup working-directory: #https://github.com/actions/checkout/issues/211
run: |
echo ${{ secrets.DEPLOY_PASSWORD }} | sudo -S rm -rf ${GITHUB_WORKSPACE}
mkdir ${GITHUB_WORKSPACE}
- name: Cache Speedup
uses: actions/cache@v3
with:
Expand Down

0 comments on commit da4e8af

Please sign in to comment.