Skip to content

Commit

Permalink
ci: update cypress base image to node 12 (#7217)
Browse files Browse the repository at this point in the history
  • Loading branch information
Attila Hajdrik committed Apr 30, 2021
1 parent c95a1b9 commit ec1613e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ jobs:
integration_test:
working_directory: ~/repo
docker:
- image: cypress/base:10.18.0
- image: cypress/base:12
environment:
TERM: dumb
resource_class: large
Expand Down
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
key: amplify-cli-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}
- run:
name: Install Java
command: sudo apt-get install default-jdk
command: sudo apt-get update && sudo apt-get install default-jdk
- run:
name: Run Transformer end-to-end tests with mock server
command: cd packages/amplify-util-mock/ && yarn e2e
Expand Down Expand Up @@ -367,7 +367,7 @@ jobs:
integration_test:
working_directory: ~/repo
docker:
- image: cypress/base:10.18.0
- image: cypress/base:12
environment:
TERM: dumb
resource_class: large
Expand Down

0 comments on commit ec1613e

Please sign in to comment.