Skip to content

Commit

Permalink
Update roadrunner-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smortexa committed Oct 5, 2023
1 parent fcdcb8a commit 55dd342
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/roadrunner-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 55dd342

Please sign in to comment.