1
1
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:
Lance Pioch 2022-10-29 02:55:38 -04:00
parent 408ca6e994
commit eb139224e2

View File

@ -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