We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0e7c6 commit 720ec42Copy full SHA for 720ec42
.github/workflows/playwright.yml
@@ -45,7 +45,7 @@ jobs:
45
run: './bin/codecept.js check -c test/acceptance/codecept.Playwright.js'
46
timeout-minutes: 2
47
- name: start a server
48
- run: 'php -S 127.0.0.1:8000 -t test/data/app &'
+ run: 'php -S 0.0.0.0:8000 -t test/data/app &'
49
- name: start json-server
50
run: 'npm run json-server &'
51
- name: wait for servers
0 commit comments