Skip to content

Commit

Permalink
fix(ci): disable chrome as a browser for cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Sep 27, 2023
1 parent 4989387 commit f3e4c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
install: false
# we launch the app in preview mode to avoid issues with hmr websockets from vite polluting the mocks
start: yarn preview:test
browser: chrome
# browser: chrome
quiet: true
config-file: cypress.config.ts
cache-key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit f3e4c97

Please sign in to comment.