diff --git a/.circleci/config.base.yml b/.circleci/config.base.yml index 485af169a76..97d903a7775 100644 --- a/.circleci/config.base.yml +++ b/.circleci/config.base.yml @@ -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 diff --git a/.circleci/config.yml b/.circleci/config.yml index aaf2f45df83..2eaf3fd40df 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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