Skip to content

Commit

Permalink
remove build-workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
munishchouhan committed Apr 30, 2024
1 parent 87a5cfa commit f743f84
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 @@ -85,6 +85,10 @@ jobs:
QUAY_PAT: ${{ secrets.QUAY_PAT }}
GITHUB_TOKEN: ${{ secrets.GH_SEQERA_TOKEN }}

- name: delete build workspace
run: |
rm -rf /home/runner/work/wave/wave/build-workspace
- name: Publish tests report
if: failure()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f743f84

Please sign in to comment.