Try running this earlier

This commit is contained in:
Lance Pioch 2022-10-28 23:20:14 -04:00
parent f791aec7dc
commit 9b09a67dc4

View file

@ -51,14 +51,14 @@ jobs:
- name: Build
run: yarn build:production
- name: Run Laravel Server
run: php artisan serve --no-reload &
- name: Upgrade Chrome Driver
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