mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Fix: Run PHP Server
This commit is contained in:
parent
a1d969bbfd
commit
75f77ec7a3
5
.github/workflows/cypress.yml
vendored
5
.github/workflows/cypress.yml
vendored
@ -58,10 +58,13 @@ jobs:
|
||||
- name: Install Composer dependencies
|
||||
run: composer install --no-progress --prefer-dist --optimize-autoloader
|
||||
|
||||
- name: Run PHP server
|
||||
run: nohup php -S localhost:8080 > php.log 2>&1 &
|
||||
|
||||
- name: Cypress Run
|
||||
uses: cypress-io/github-action@v5
|
||||
env:
|
||||
CYPRESS_URL: localhost
|
||||
CYPRESS_URL: http://localhost:8080
|
||||
CYPRESS_SERVER_PATH: otland-forgottenserver
|
||||
|
||||
- name: Save screenshots
|
||||
|
Loading…
x
Reference in New Issue
Block a user