Skip to content

Commit e7914a7

Browse files
committed
Update the CI
1 parent 5e37db2 commit e7914a7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ContinuousIntegration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: Install dependencies
2222
run: npm ci
2323
- name: Run tests
24-
run: node --run test
24+
run: npx gulp test

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,5 @@
4949
},
5050
"publishConfig": {
5151
"access": "public"
52-
},
53-
"scripts": {
54-
"test": "gulp test"
5552
}
5653
}

0 commit comments

Comments
 (0)