Merge pull request #21164 from timvandermeij/github-actions-font-tests-twice

Remove duplicated font tests execution in the GitHub Actions workflow
This commit is contained in:
calixteman 2026-04-26 19:53:47 +02:00 committed by GitHub
commit c4afee385a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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