We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dbd0cc commit f4eec29Copy full SHA for f4eec29
.github/workflows/nodejs.yml
@@ -27,7 +27,7 @@ jobs:
27
npm install
28
npm run server &
29
cd ../../../
30
- npm run test:ci &
+ npm run test:ci
31
npm run build
32
env:
33
CI: true
sdk/package.json
@@ -8,7 +8,7 @@
8
"build:app": "ng build",
9
"build": "ng build && npm run assets",
10
"test": "ng test",
11
- "test:ci": "ng test app --code--coverage && codecov",
+ "test:ci": "ng test app --watch=false --no-progress --code--coverage && codecov",
12
"test:e2e": "cypress open",
13
"lint": "ng lint",
14
"watch": "ng build --watch --configuration development",
0 commit comments