Run another instance
This commit is contained in:
parent
408ca6e994
commit
eb139224e2
1 changed files with 3 additions and 0 deletions
3
.github/workflows/dusk.yml
vendored
3
.github/workflows/dusk.yml
vendored
|
@ -54,6 +54,9 @@ jobs:
|
||||||
- name: Run Laravel Server
|
- name: Run Laravel Server
|
||||||
run: php artisan serve --no-reload &
|
run: php artisan serve --no-reload &
|
||||||
|
|
||||||
|
- name: Run Laravel Server Pseudo Daemon
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in a new issue