mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-06-07 02:31:01 +02:00
Remove duplicated font tests execution in the GitHub Actions workflow
The font tests have run with coverage reporting enabled for quite some time now and the coverage information has proven to work and be stable, so we don't have to also run the font tests without coverage reporting anymore, thereby reducing the total runtime of the workflow.
This commit is contained in:
parent
4aed8fd01b
commit
2d95e9964c
3
.github/workflows/font_tests.yml
vendored
3
.github/workflows/font_tests.yml
vendored
@ -61,9 +61,6 @@ jobs:
|
||||
- name: Install requirements
|
||||
run: pip install -r .github/font_tests_requirements.txt
|
||||
|
||||
- name: Run font tests
|
||||
run: npx gulp fonttest --headless
|
||||
|
||||
- name: Run font tests with code coverage
|
||||
run: npx gulp fonttest --headless --coverage --coverage-output build/coverage/font
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user