diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index db075b22a..8a7a2580b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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: