Try adding curl test
This commit is contained in:
parent
2865ca5aec
commit
f791aec7dc
1 changed files with 5 additions and 0 deletions
5
.github/workflows/dusk.yml
vendored
5
.github/workflows/dusk.yml
vendored
|
@ -55,8 +55,13 @@ jobs:
|
|||
run: php artisan dusk:chrome-driver --detect
|
||||
- name: Start Chrome Driver
|
||||
run: ./vendor/laravel/dusk/bin/chromedriver-linux &
|
||||
|
||||
- name: Run Laravel Server
|
||||
run: php artisan serve --no-reload &
|
||||
|
||||
- name: Curl Test
|
||||
run: curl 127.0.0.1:8000/api/system
|
||||
|
||||
- name: Run Dusk Tests
|
||||
run: php artisan dusk
|
||||
- name: Upload Screenshots
|
||||
|
|
Loading…
Reference in a new issue