Skip to content

Commit 94ffe68

Browse files
committed
Update git action
1 parent 4f1f9e2 commit 94ffe68

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/install-test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,14 @@ jobs:
7171
php setup-config.php
7272
composer run dev > server.log 2>&1 &
7373
echo $! > server.pid
74-
sleep 15
74+
sleep 5
7575
7676
- name: Test server
7777
run: |
78-
sleep 15
79-
curl -s http://localhost:3000 | head -n 20
78+
curl -s http://localhost:8000/info.php | head -n 20
8079
8180
- name: Stop dev server
8281
run: |
83-
sleep 15
8482
pkill -f "composer run dev" || true
8583
8684

0 commit comments

Comments
 (0)