Skip to content

Commit

Permalink
add cleanup step
Browse files Browse the repository at this point in the history
  • Loading branch information
filfreire committed Jul 31, 2023
1 parent f871957 commit 1ba1ee0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
runs-on: self-hosted

steps:

- name: Cleanup
run: rm -Recurse ${{github.workspace}}\*

- name: Clone repository
uses: actions/checkout@v3

Expand Down

0 comments on commit 1ba1ee0

Please sign in to comment.