Skip to content

Commit bc353cd

Browse files
committed
Update git action
1 parent 60af967 commit bc353cd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/install-test.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,16 @@ jobs:
7171
php setup-config.php
7272
composer run dev > server.log 2>&1 &
7373
echo $! > server.pid
74-
sleep 5
74+
sleep 15
7575
7676
- name: Test server
77-
run: curl -s http://localhost:8000 | head -n 20
77+
run: |
78+
sleep 15
79+
curl -s http://localhost:8000 | head -n 20
7880
7981
- name: Stop dev server
8082
run: |
83+
sleep 15
8184
pkill -f "composer run dev" || true
8285
8386

0 commit comments

Comments
 (0)