Skip to content

Commit

Permalink
Fix integration tests #3
Browse files Browse the repository at this point in the history
  • Loading branch information
yuth committed Jun 3, 2019
1 parent 15f98fa commit 7e627b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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*')
Expand Down Expand Up @@ -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*')
Expand Down

0 comments on commit 7e627b2

Please sign in to comment.