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 0a2bdde commit 778ceed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/common-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,10 @@ jobs:
REMOTE_GATEWAY: ${{ inputs.server_public_address }}
LISTEN_ADDRESS: ${{ inputs.client_listen_address }}
steps:
- name: Cleanup workspace
- name: Fix permissions
shell: powershell
run: |
rm -Recurse ${{github.workspace}}\..\..\*
mkdir ${{github.workspace}}\qpep
git config --global --add safe.directory ${{github.workspace}}
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 778ceed

Please sign in to comment.