Skip to content

Commit

Permalink
clear workspace cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarsh2001 committed Oct 9, 2023
1 parent 93211d0 commit 5747420
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gcp-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
needs: activate-vm
runs-on: self-hosted
steps:
- name: Clean repository
run:
sudo rm -fr $GITHUB_WORKSPACE && mkdir $GITHUB_WORKSPACE

- name: Checkout Demos🛎
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 5747420

Please sign in to comment.