Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update CircleCI cypress image to 12.16 #5628

Merged
merged 6 commits into from Apr 29, 2020
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -7,12 +7,12 @@ version: 2.1
executors:
build-executor:
docker:
- image: cypress/base:10
- image: cypress/base:12.16.1
resource_class: large

js-test-executor:
docker:
- image: cypress/base:10
- image: cypress/base:12.16.1
- image: verdaccio/verdaccio
resource_class: large

Expand Down Expand Up @@ -424,7 +424,7 @@ releasable_branches: &releasable_branches
only:
- release
- master
- ui-components/master #TODO: can we remove this?
- ui-components/master
- 1.0-stable

workflows:
Expand Down