Skip to content

Commit

Permalink
Update swoole-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smortexa authored Oct 5, 2023
1 parent da0da32 commit fcdcb8a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/swoole-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,4 @@ jobs:
run: sleep 10s

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

0 comments on commit fcdcb8a

Please sign in to comment.