Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Commit

Permalink
fix: updated browser to fix CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
bharadwaj-pendyala committed Jul 22, 2022
1 parent 47c32fc commit 76502b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ orbs:
cypress: cypress-io/cypress@2
jobs:
release:
executor: cypress/browsers-chrome78-ff70
executor: cypress/browsers-chrome100-ff99-edge
steps:
- attach_workspace:
at: ~/
Expand All @@ -14,21 +14,21 @@ workflows:
jobs:
- cypress/install:
name: Install
executor: cypress/browsers-chrome78-ff70
executor: cypress/browsers-chrome100-ff99-edge

- cypress/run:
name: Electron tests
requires:
- Install
executor: cypress/browsers-chrome78-ff70
executor: cypress/browsers-chrome100-ff99-edge
install-command: echo 'Nothing to install in this job'
no-workspace: true

- cypress/run:
name: Chrome tests
requires:
- Install
executor: cypress/browsers-chrome78-ff70
executor: cypress/browsers-chrome100-ff99-edge
browser: chrome
install-command: echo 'Nothing to install in this job'
no-workspace: true
Expand All @@ -37,7 +37,7 @@ workflows:
name: Firefox tests
requires:
- Install
executor: cypress/browsers-chrome78-ff70
executor: cypress/browsers-chrome100-ff99-edge
browser: firefox
install-command: echo 'Nothing to install in this job'
no-workspace: true
Expand Down

0 comments on commit 76502b5

Please sign in to comment.