Skip to content

Commit 55dd342

Browse files
authored
Update roadrunner-test.yml
1 parent fcdcb8a commit 55dd342

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/roadrunner-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)