mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-25 18:42:31 +01:00
Run another instance
This commit is contained in:
parent
408ca6e994
commit
eb139224e2
3
.github/workflows/dusk.yml
vendored
3
.github/workflows/dusk.yml
vendored
@ -54,6 +54,9 @@ jobs:
|
||||
- name: Run Laravel Server
|
||||
run: php artisan serve --no-reload &
|
||||
|
||||
- name: Run Laravel Server Pseudo Daemon
|
||||
run: php artisan serve --no-reload &
|
||||
|
||||
- name: Upgrade Chrome Driver
|
||||
run: php artisan dusk:chrome-driver --detect
|
||||
- name: Start Chrome Driver
|
||||
|
Loading…
Reference in New Issue
Block a user