Merge pull request #13939 from Snuffleupagus/gulpfile-ci-test

Remove the `npm test`-command
This commit is contained in:
Tim van der Meij 2021-08-27 21:59:49 +02:00 committed by GitHub
commit 46f6351287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

View File

@ -21,4 +21,4 @@ jobs:
run: npm install run: npm install
- name: Run tests - name: Run tests
run: npm test run: gulp ci-test

View File

@ -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",

View File

@ -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",