Try running this earlier
This commit is contained in:
parent
f791aec7dc
commit
9b09a67dc4
1 changed files with 3 additions and 3 deletions
6
.github/workflows/dusk.yml
vendored
6
.github/workflows/dusk.yml
vendored
|
@ -51,14 +51,14 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: yarn build:production
|
run: yarn build:production
|
||||||
|
|
||||||
|
- name: Run Laravel Server
|
||||||
|
run: php artisan serve --no-reload &
|
||||||
|
|
||||||
- name: Upgrade Chrome Driver
|
- name: Upgrade Chrome Driver
|
||||||
run: php artisan dusk:chrome-driver --detect
|
run: php artisan dusk:chrome-driver --detect
|
||||||
- name: Start Chrome Driver
|
- name: Start Chrome Driver
|
||||||
run: ./vendor/laravel/dusk/bin/chromedriver-linux &
|
run: ./vendor/laravel/dusk/bin/chromedriver-linux &
|
||||||
|
|
||||||
- name: Run Laravel Server
|
|
||||||
run: php artisan serve --no-reload &
|
|
||||||
|
|
||||||
- name: Curl Test
|
- name: Curl Test
|
||||||
run: curl 127.0.0.1:8000/api/system
|
run: curl 127.0.0.1:8000/api/system
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue