Skip to content

Commit 1d66d42

Browse files
committed
wip
1 parent 00c73d6 commit 1d66d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Start PHP server
105105
run: |
106-
php -S localhost:8100 -t wordpress > /dev/null 2>&1 &
106+
php -S 127.0.0.1:8100 -t wordpress > /dev/null 2>&1 &
107107
sleep 5
108108
109109
- name: Install pnpm

0 commit comments

Comments
 (0)