Skip to content

Commit

Permalink
try running cypress with chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
sroertgen committed Aug 31, 2023
1 parent bfe1e64 commit fc9318b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
node-version: [18.x]
container: cypress/base:18.12.0
container: cypress/browsers:node18.12.0-chrome106-ff106
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v5
with:
browser: firefox
browser: chrome
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 fc9318b

Please sign in to comment.