Skip to content

Commit

Permalink
explicitly set firefox as browser
Browse files Browse the repository at this point in the history
the action keeps failing, but works locally totally fine. Maybe adding an explicit browser helps
  • Loading branch information
sroertgen committed Aug 31, 2023
1 parent 130cff9 commit bfe1e64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ jobs:
- run: echo Using npm version $(npm --version)
- run: cypress/prepare-cypress-test.sh
- name: Cypress run
uses: cypress-io/github-action@v5.0.5
uses: cypress-io/github-action@v5
with:
browser: firefox
start: npm run develop -- -p 8000
wait-on: http://localhost:8000/index.de.html
config: baseUrl=http://localhost:8000
Expand Down

0 comments on commit bfe1e64

Please sign in to comment.