Does this make a difference?

This commit is contained in:
Lance Pioch 2022-10-29 00:38:12 -04:00
parent f25fe6ddd6
commit f112fec457

View file

@ -59,9 +59,12 @@ jobs:
- name: Start Chrome Driver
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
- name: Curl Test Localhost
run: curl localhost:8000/api/system
- name: Run Dusk Tests
run: php artisan dusk
- name: Upload Screenshots