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 631ce47 commit 74ee44c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ jobs:
shell: pwsh
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 74ee44c

Please sign in to comment.