We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0860f37 commit 1266a07Copy full SHA for 1266a07
.github/workflows/ContinuousIntegration.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install dependencies
16
run: npm ci
17
- name: Run tests
18
- run: node --run test
+ run: npx gulp test
19
run:
20
needs: test
21
runs-on: ${{matrix.platform}}
package.json
@@ -43,8 +43,5 @@
43
"test",
44
"vm",
45
"workflow"
46
- ],
47
- "scripts": {
48
- "test": "gulp test"
49
- }
+ ]
50
}
0 commit comments