Merge pull request #17268 from Snuffleupagus/ci-test-refactor
Clean-up the CI workflow a bit
This commit is contained in:
commit
7884119975
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -30,5 +30,8 @@ jobs:
|
||||
- name: Install other dependencies
|
||||
run: npm install
|
||||
|
||||
- name: Run tests
|
||||
run: gulp ci-test
|
||||
- name: Run external tests
|
||||
run: gulp externaltest
|
||||
|
||||
- name: Run CLI unit tests
|
||||
run: gulp unittestcli
|
||||
|
@ -2436,5 +2436,3 @@ gulp.task("externaltest", function (done) {
|
||||
});
|
||||
done();
|
||||
});
|
||||
|
||||
gulp.task("ci-test", gulp.parallel("externaltest", "unittestcli"));
|
||||
|
Loading…
Reference in New Issue
Block a user