Skip to content

Commit fcdcb8a

Browse files
authored
Update swoole-test.yml
1 parent da0da32 commit fcdcb8a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/swoole-test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,4 @@ jobs:
7070
run: sleep 10s
7171

7272
- name: Check application health
73-
run: |
74-
curl -f -s -o /dev/null -w "%{http_code}" http://localhost:9000
75-
php artisan tinker --execute="logger('test');"
76-
working-directory: /var/www/app
73+
run: curl -f -s -o /dev/null -w "%{http_code}" http://localhost:9000

0 commit comments

Comments
 (0)