Skip to content

Commit 4eebc66

Browse files
authored
Merge pull request #986 from WordPress/feature/ghactions-fix-quicktest-script
2 parents 40bd22c + 4fedade commit 4eebc66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/quicktest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ jobs:
107107
- name: Stop proxy server
108108
continue-on-error: true
109109
run: |
110-
PORT=9002 scripts/stop.sh
111-
PORT=9003 scripts/stop.sh
110+
PORT=9002 scripts/proxy/stop.sh
111+
PORT=9003 scripts/proxy/stop.sh
112112
113113
- name: Stop test server
114114
continue-on-error: true

0 commit comments

Comments
 (0)