Skip to content

Commit

Permalink
test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Oct 9, 2023
1 parent 239bf30 commit 863b005
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -16,9 +16,8 @@ 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::"

0 comments on commit 863b005

Please sign in to comment.