Does this make a difference?
This commit is contained in:
parent
f25fe6ddd6
commit
f112fec457
1 changed files with 4 additions and 1 deletions
5
.github/workflows/dusk.yml
vendored
5
.github/workflows/dusk.yml
vendored
|
@ -59,9 +59,12 @@ jobs:
|
||||||
- name: Start Chrome Driver
|
- name: Start Chrome Driver
|
||||||
run: ./vendor/laravel/dusk/bin/chromedriver-linux --whitelisted-ips="" &
|
run: ./vendor/laravel/dusk/bin/chromedriver-linux --whitelisted-ips="" &
|
||||||
|
|
||||||
- name: Curl Test
|
- name: Curl Test 127.0.0.1
|
||||||
run: curl 127.0.0.1:8000/api/system
|
run: curl 127.0.0.1:8000/api/system
|
||||||
|
|
||||||
|
- name: Curl Test Localhost
|
||||||
|
run: curl localhost:8000/api/system
|
||||||
|
|
||||||
- name: Run Dusk Tests
|
- name: Run Dusk Tests
|
||||||
run: php artisan dusk
|
run: php artisan dusk
|
||||||
- name: Upload Screenshots
|
- name: Upload Screenshots
|
||||||
|
|
Loading…
Reference in a new issue