Merge pull request #13939 from Snuffleupagus/gulpfile-ci-test
Remove the `npm test`-command
This commit is contained in:
commit
46f6351287
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -21,4 +21,4 @@ jobs:
|
|||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: npm test
|
run: gulp ci-test
|
||||||
|
@ -2348,7 +2348,7 @@ gulp.task("externaltest", function (done) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
gulp.task(
|
gulp.task(
|
||||||
"npm-test",
|
"ci-test",
|
||||||
gulp.series(
|
gulp.series(
|
||||||
gulp.parallel("lint", "externaltest", "unittestcli"),
|
gulp.parallel("lint", "externaltest", "unittestcli"),
|
||||||
"lint-chromium",
|
"lint-chromium",
|
||||||
|
@ -64,8 +64,7 @@
|
|||||||
"yargs": "^17.1.1"
|
"yargs": "^17.1.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.js",
|
"postinstall": "cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.js"
|
||||||
"test": "gulp npm-test"
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user