Skip to content

Commit

Permalink
Revert "Temporarily stop running gulp typestest in GitHub Actions"
Browse files Browse the repository at this point in the history
This reverts commit d9350c3.
  • Loading branch information
stof committed Aug 31, 2023
1 parent 53829fe commit d21eb2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2472,6 +2472,7 @@ gulp.task(
"ci-test",
gulp.series(
gulp.parallel("lint", "externaltest", "unittestcli"),
"lint-chromium"
"lint-chromium",
"typestest"
)
);

0 comments on commit d21eb2a

Please sign in to comment.