From 39c104a0173ef07a0ef0648b6508493af878d2a6 Mon Sep 17 00:00:00 2001 From: Vittorio Parrella Date: Sun, 25 Aug 2024 23:08:18 +0200 Subject: [PATCH] fix bad exit errorcode --- .github/workflows/run-performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-performance.yml b/.github/workflows/run-performance.yml index e5f87d9..658d244 100644 --- a/.github/workflows/run-performance.yml +++ b/.github/workflows/run-performance.yml @@ -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()