Try flagging it here
This commit is contained in:
parent
82d608dd87
commit
f25fe6ddd6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dusk.yml
vendored
2
.github/workflows/dusk.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
|||
- name: Upgrade Chrome Driver
|
||||
run: php artisan dusk:chrome-driver --detect
|
||||
- name: Start Chrome Driver
|
||||
run: ./vendor/laravel/dusk/bin/chromedriver-linux &
|
||||
run: ./vendor/laravel/dusk/bin/chromedriver-linux --whitelisted-ips="" &
|
||||
|
||||
- name: Curl Test
|
||||
run: curl 127.0.0.1:8000/api/system
|
||||
|
|
Loading…
Reference in a new issue