Skip to content

Commit

Permalink
try #2
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemiev committed Jun 23, 2020
1 parent afd8985 commit af2a53e
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ commands:
command: |
echo "Current NPM registry: " $(yarn config get registry)
yarn
- run:
name: 'Start << parameters.test_name >> Sample server in background'
command: yarn start
background: true
- run:
name: 'Run cypress tests for << parameters.test_name >> Sample'
command: |
Expand Down Expand Up @@ -378,7 +374,7 @@ jobs:
framework: react
category: auth
sample_name: with-authenticator
spec: authenticator.spec.js
spec: authenticator

integ_angular_auth:
executor: js-test-executor
Expand All @@ -391,7 +387,7 @@ jobs:
framework: angular
category: auth
sample_name: with-authenticator
spec: authenticator.spec.js
spec: authenticator

integ_vue_auth:
executor: js-test-executor
Expand All @@ -404,7 +400,7 @@ jobs:
framework: vue
category: auth
sample_name: with-authenticator
spec: authenticator.spec.js
spec: authenticator

integ_react_predictions:
executor: js-test-executor
Expand All @@ -417,7 +413,7 @@ jobs:
framework: react
category: predictions
sample_name: multi-user-translation
spec: multiuser-translation.spec.js
spec: multiuser-translation

integ_react_datastore:
executor: js-test-executor
Expand All @@ -442,7 +438,7 @@ jobs:
framework: react
category: storage
sample_name: storageApp
spec: storage/storage.spec.js
spec: storage

integ_setup_ui:
executor: build-executor
Expand Down

0 comments on commit af2a53e

Please sign in to comment.