Skip to content

Commit 4f1f9e2

Browse files
committed
Update git action
1 parent 7efab11 commit 4f1f9e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/install-test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,14 @@ jobs:
6969
composer create-project rcarvello/webmvcframework testapp --prefer-dist --no-interaction
7070
cd testapp
7171
php setup-config.php
72-
composer run dev
72+
composer run dev > server.log 2>&1 &
73+
echo $! > server.pid
7374
sleep 15
7475
7576
- name: Test server
7677
run: |
7778
sleep 15
78-
curl -s http://localhost:8000 | head -n 20
79+
curl -s http://localhost:3000 | head -n 20
7980
8081
- name: Stop dev server
8182
run: |

0 commit comments

Comments
 (0)