Skip to content

Commit

Permalink
Temporarily stop running gulp typestest in GitHub Actions
Browse files Browse the repository at this point in the history
This is necessary to unblock the previous patch, which removes more build-time `require`-calls from the `src/display/` folder.
  • Loading branch information
Snuffleupagus committed Jul 18, 2023
1 parent d022912 commit d9350c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2455,7 +2455,6 @@ gulp.task(
"ci-test",
gulp.series(
gulp.parallel("lint", "externaltest", "unittestcli"),
"lint-chromium",
"typestest"
"lint-chromium"
)
);

0 comments on commit d9350c3

Please sign in to comment.