mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +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",
|
||||
gulp.series(
|
||||
gulp.parallel("lint", "externaltest", "unittestcli"),
|
||||
"lint-chromium",
|
||||
"typestest"
|
||||
"lint-chromium"
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue