From 7e627b2d254a742bdcc5c160b155d2e7e6744614 Mon Sep 17 00:00:00 2001 From: Yathi <511386+yuth@users.noreply.github.com> Date: Sun, 2 Jun 2019 19:17:51 -0700 Subject: [PATCH] Fix integration tests #3 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 34ee105a795..8a487bf4349 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -112,7 +112,7 @@ jobs: name: "Run cypress tests for auth" command: | cd ../aws-amplify-cypress-auth - yarn add --save cypress + yarn add cypress --save cp ../repo/cypress.json . cp -R ../repo/cypress . node_modules/.bin/cypress run --spec $(find . -type f -name 'auth_spec*') @@ -143,7 +143,7 @@ jobs: name: "Run cypress tests for api" command: | cd ../aws-amplify-cypress-auth - yarn add --save cypress + yarn add cypress --save cp ../repo/cypress.json . cp -R ../repo/cypress . node_modules/.bin/cypress run --spec $(find . -type f -name 'api_spec*')