fix(actions): Disable OAS unit tests + add flags to test commands (#4767)

* wip

* skip models test

* ignore plugins loader test
This commit is contained in:
Oli Juhl
2023-08-15 14:32:58 +02:00
committed by GitHub
parent 30ce35b163
commit 16249ec280
4 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
"prepublishOnly": "cross-env NODE_ENV=production tsc --build",
"build": "rimraf dist && tsc --build",
"serve": "node dist/app.js",
"test": "jest --maxWorkers=50% --detectOpenHandles --forceExit"
"test": "jest --runInBand --bail --detectOpenHandles --forceExit"
},
"peerDependencies": {
"medusa-interfaces": "^1.3.7",