Merge branch 'develop' into michaelk/continue_if_trci_upload_fails

This commit is contained in:
Michael Kaye 2023-01-06 10:29:54 +00:00 committed by GitHub
commit e652519cc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 300 additions and 115 deletions

View file

@ -92,6 +92,12 @@ jobs:
# # Run 4 instances in Parallel
# runner: [1, 2, 3, 4]
steps:
- uses: tecolicom/actions-use-apt-tools@v1
with:
# Our test suite includes some screenshot tests with unusual diacritics, which are
# supposed to be covered by STIXGeneral.
tools: fonts-stix
- uses: actions/checkout@v3
with:
# XXX: We're checking out untrusted code in a secure context