Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akshbhu authored Oct 4, 2021
1 parent 62c226f commit b037810
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -484,15 +484,21 @@ jobs:
path: ~/repo/packages/amplify-migration-tests/amplify-migration-reports
amplify_migration_tests_overrides:
working_directory: ~/repo
docker: *ref_1
resource_class: large
parameters:
os:
type: executor
default: linux
executor: << parameters.os >>
environment:
AMPLIFY_PATH: /home/circleci/.npm-global/lib/node_modules/@aws-amplify/cli/bin/amplify
steps:
- attach_workspace:
at: ./
- restore_cache:
key: amplify-cli-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}
key: >-
amplify-cli-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}-{{
arch }}
- restore_cache:
key: amplify-pkg-binaries-{{ .Branch }}-{{ .Revision }}
- run:
name: Run tests migrating from CLI v6.0.1
command: |
Expand Down

0 comments on commit b037810

Please sign in to comment.