mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-25 18:42:31 +01:00
Try adding curl test
This commit is contained in:
parent
2865ca5aec
commit
f791aec7dc
5
.github/workflows/dusk.yml
vendored
5
.github/workflows/dusk.yml
vendored
@ -55,8 +55,13 @@ jobs:
|
||||
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
|
||||
|
||||
- name: Run Dusk Tests
|
||||
run: php artisan dusk
|
||||
- name: Upload Screenshots
|
||||
|
Loading…
Reference in New Issue
Block a user