Skip to content

Commit

Permalink
Run XR category unit tests in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanranz committed Oct 3, 2018
1 parent 6d99086 commit 9a8e0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ defaults: &defaults
environment:
## this enables colors in the output
TERM: xterm
parallelism: 2

jobs:
build:
Expand Down Expand Up @@ -50,6 +49,7 @@ jobs:
- run: yarn run test --scope @aws-amplify/interactions
- run: yarn run test --scope @aws-amplify/pubsub
- run: yarn run test --scope @aws-amplify/storage
- run: yarn run test --scope @aws-amplify/xr
- run: yarn run test --scope aws-amplify-react
- run: yarn run test --scope aws-amplify-angular
- run: yarn run test --scope aws-amplify-vue
Expand Down

0 comments on commit 9a8e0b1

Please sign in to comment.