Skip to content

Commit

Permalink
Fix: Run PHP Server
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed May 26, 2023
1 parent a1d969b commit 75f77ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cypress.yml
Expand Up @@ -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
Expand Down

0 comments on commit 75f77ec

Please sign in to comment.