We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0da32 commit fcdcb8aCopy full SHA for fcdcb8a
.github/workflows/swoole-test.yml
@@ -70,7 +70,4 @@ jobs:
70
run: sleep 10s
71
72
- 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
+ run: curl -f -s -o /dev/null -w "%{http_code}" http://localhost:9000
0 commit comments