Skip to content

Commit 7efab11

Browse files
committed
Update git action
1 parent bc353cd commit 7efab11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/install-test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ jobs:
6969
composer create-project rcarvello/webmvcframework testapp --prefer-dist --no-interaction
7070
cd testapp
7171
php setup-config.php
72-
composer run dev > server.log 2>&1 &
73-
echo $! > server.pid
72+
composer run dev
7473
sleep 15
7574
7675
- name: Test server

0 commit comments

Comments
 (0)