We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9747ea2 commit 008113aCopy full SHA for 008113a
.github/workflows/ci.yml
@@ -90,7 +90,7 @@ jobs:
90
node-version: 12.x
91
- run: npm install
92
- run: npm run build:test
93
- - run: npm run test:headless
+ - run: npm run test:node
94
- name: Upload coverage
95
uses: codecov/codecov-action@v1
96
with:
package.json
@@ -26,8 +26,9 @@
26
"version:reset": "shx mv package.json.bk package.json",
27
"test": "dojo test",
28
"test:headless": "dojo test -u -c headless",
29
+ "test:node": "dojo test -u -c built",
30
"test:watch": "dojo test --watch",
- "test:ci": "run-s clean build:test test:headless",
31
+ "test:ci": "run-s clean build:test test:node",
32
"build:ce": "dojo build widget",
33
"build:docs": "dojo build app -f docs=true -l",
34
"build:themes": "dojo build theme",
0 commit comments