Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/quicktest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading