Skip to content

Commit 7dca047

Browse files
committed
fix(healthcare): remove mocha parallel execution to prevent npm install race conditions in CI
1 parent b1d7082 commit 7dca047

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

healthcare/fhir/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"node": ">=12.0.0"
1010
},
1111
"scripts": {
12-
"test": "c8 mocha -p -j 2 system-test/*.test.js --timeout=60000"
12+
"test": "c8 mocha system-test/*.test.js --timeout=60000"
1313
},
1414
"devDependencies": {
1515
"@google-cloud/pubsub": "^4.0.0",

0 commit comments

Comments
 (0)