Skip to content

Commit

Permalink
test(action): fix the test action.
Browse files Browse the repository at this point in the history
  • Loading branch information
fky2015 committed Oct 17, 2022
1 parent 5929571 commit 4d15bd3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: xu-cheng/texlive-action/full@v1
name: Check there is nothing to diff.
with:
run: |
apk add make
make copy
- uses: actions/checkout@v3
- name: Check there is nothing to diff.
run: |
make check-cls

0 comments on commit 4d15bd3

Please sign in to comment.