Skip to content

Commit 22e31b0

Browse files
committed
wip
1 parent 1d66d42 commit 22e31b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ jobs:
103103
104104
- name: Start PHP server
105105
run: |
106-
php -S 127.0.0.1:8100 -t wordpress > /dev/null 2>&1 &
107-
sleep 5
106+
php -S 127.0.0.1:8100 -t wordpress > /dev/null 2>&1 & until curl -sSf http://127.0.0.1:8100 > /dev/null; do sleep 0.2; done
108107
109108
- name: Install pnpm
110109
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)