Skip to content

Commit

Permalink
chore: Fix CI integration tests with latest api-core
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Lyons <[email protected]>
  • Loading branch information
Peter Lyons committed Nov 18, 2020
1 parent f14490b commit 5a57310
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ jobs:
- reaction-v5-node-modules-{{ .Branch }}
- run:
name: Run Integration Query Tests
command: MONGO_URL=mongodb://localhost:27017/test npm run test:integration:query
environment:
MONGO_URL: mongodb://localhost:27017/test
MONGO_USE_UNIFIED_TOPOLOGY: false
command: npm run test:integration:query

test-integration-mutation:
<<: *defaults
Expand All @@ -103,7 +106,10 @@ jobs:
- reaction-v5-node-modules-{{ .Branch }}
- run:
name: Run Integration Mutation Tests
command: MONGO_URL=mongodb://localhost:27017/test npm run test:integration:mutation
environment:
MONGO_URL: mongodb://localhost:27017/test
MONGO_USE_UNIFIED_TOPOLOGY: false
command: npm run test:integration:mutation


docker-build-push:
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/reactioncommerce/reaction/issues"
},
"dependencies": {
"@reactioncommerce/api-core": "~1.4.0",
"@reactioncommerce/api-core": "~1.4.2",
"@reactioncommerce/api-plugin-accounts": "~1.5.0",
"@reactioncommerce/api-plugin-address-validation": "~1.3.1",
"@reactioncommerce/api-plugin-address-validation-test": "~1.0.0",
Expand Down

0 comments on commit 5a57310

Please sign in to comment.