mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 09:20:06 +02:00
Temporarily stop running gulp typestest
in GitHub Actions
This is necessary to unblock the previous patch, which removes more build-time `require`-calls from the `src/display/` folder.
This commit is contained in:
parent
d022912719
commit
d9350c3899
1 changed files with 1 additions and 2 deletions
|
@ -2455,7 +2455,6 @@ gulp.task(
|
||||||
"ci-test",
|
"ci-test",
|
||||||
gulp.series(
|
gulp.series(
|
||||||
gulp.parallel("lint", "externaltest", "unittestcli"),
|
gulp.parallel("lint", "externaltest", "unittestcli"),
|
||||||
"lint-chromium",
|
"lint-chromium"
|
||||||
"typestest"
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue