Skip to content

Commit

Permalink
update browser to electron
Browse files Browse the repository at this point in the history
  • Loading branch information
muriukialex committed Feb 16, 2024
1 parent 41f6040 commit 303418c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
start: npm run dev
wait-on: "http://localhost:3000"
browser: chrome
browser: electron
config-file: cypress.config.ts

Deploy-Preview:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
start: npm run dev
wait-on: "http://localhost:3000"
browser: chrome
browser: electron
config-file: cypress.config.ts

Deploy-Production:
Expand Down

0 comments on commit 303418c

Please sign in to comment.