Skip to content

Commit 720ec42

Browse files
author
DavertMik
committed
fixed webkit tests
1 parent eb0e7c6 commit 720ec42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: './bin/codecept.js check -c test/acceptance/codecept.Playwright.js'
4646
timeout-minutes: 2
4747
- name: start a server
48-
run: 'php -S 127.0.0.1:8000 -t test/data/app &'
48+
run: 'php -S 0.0.0.0:8000 -t test/data/app &'
4949
- name: start json-server
5050
run: 'npm run json-server &'
5151
- name: wait for servers

0 commit comments

Comments
 (0)