Skip to content

Commit 4d15bd3

Browse files
committed
test(action): fix the test action.
1 parent 5929571 commit 4d15bd3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: .github/workflows/test.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,8 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v3
3535
- uses: xu-cheng/texlive-action/full@v1
36+
name: Check there is nothing to diff.
3637
with:
3738
run: |
3839
apk add make
39-
make copy
40-
- uses: actions/checkout@v3
41-
- name: Check there is nothing to diff.
42-
run: |
4340
make check-cls

0 commit comments

Comments
 (0)