Skip to content

Commit 1266a07

Browse files
committed
Update the CI
1 parent 0860f37 commit 1266a07

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ContinuousIntegration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install dependencies
1616
run: npm ci
1717
- name: Run tests
18-
run: node --run test
18+
run: npx gulp test
1919
run:
2020
needs: test
2121
runs-on: ${{matrix.platform}}

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,5 @@
4343
"test",
4444
"vm",
4545
"workflow"
46-
],
47-
"scripts": {
48-
"test": "gulp test"
49-
}
46+
]
5047
}

0 commit comments

Comments
 (0)