From 4fedade7dd463db47f5848fefa94fff58e7350b2 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 21 Nov 2025 11:59:05 +0100 Subject: [PATCH] GH Actions/quicktest: fix proxy cancelling Follow up on 928 which moved the proxy related scripts, but contained an error in the new path for the proxy server stop commands in the `quicktest` workflow. --- .github/workflows/quicktest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quicktest.yml b/.github/workflows/quicktest.yml index 859f4555c..23b9cd0ae 100644 --- a/.github/workflows/quicktest.yml +++ b/.github/workflows/quicktest.yml @@ -107,8 +107,8 @@ jobs: - name: Stop proxy server continue-on-error: true run: | - PORT=9002 scripts/stop.sh - PORT=9003 scripts/stop.sh + PORT=9002 scripts/proxy/stop.sh + PORT=9003 scripts/proxy/stop.sh - name: Stop test server continue-on-error: true