Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test
Browse files Browse the repository at this point in the history
xu-cheng committed Oct 9, 2023
1 parent 3105d92 commit 96804cc
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
texlive_version: [2020, 2021, 2022, latest]
texlive_version: [latest]
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
@@ -16,9 +16,13 @@ jobs:
scheme: small
texlive_version: ${{ matrix.texlive_version }}
run: |
apk add make
tlmgr install blindtext
cd test && make
- name: Check pdf files
run: |
file test/test.pdf | grep -q ' PDF '
echo "CPU count: $(nproc)"
echo "::group::Package install"
apk add \
make
echo "::endgroup::"
env
unset $(env | egrep '^GITHUB|^RUNNER|^ACTIONS|^HOST|^CI|^INPUT|°SHLVL' |awk -F'=' '{print $1}')
echo "Cleaned environment:"
env

0 comments on commit 96804cc

Please sign in to comment.