Skip to content

Commit

Permalink
debug perf. workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Mar 29, 2024
1 parent 868a142 commit 0a2bdde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/common-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
steps:
- name: Cleanup workspace
shell: powershell
run: rm -Recurse ${{github.workspace}}\*
run: |
rm -Recurse ${{github.workspace}}\..\..\*
mkdir ${{github.workspace}}\qpep
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 0a2bdde

Please sign in to comment.