Skip to content

Commit

Permalink
fix bad exit errorcode
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Aug 25, 2024
1 parent 74ee44c commit 39c104a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ jobs:
- name: Stop Client
if: always()
shell: pwsh
continue-on-error: true
run: |
${{ github.workspace }}/docker/speedtests/utils/windows-kill.exe -SIGINT @(Get-Process qpep | select -expand id)
exit 0
- name: Reset Proxy
if: always()
Expand Down

0 comments on commit 39c104a

Please sign in to comment.