Skip to content

Commit 77bf950

Browse files
committed
Fixup
1 parent 57fe00e commit 77bf950

1 file changed

Lines changed: 1 addition & 21 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,4 @@ jobs:
1919
with:
2020
package_file: .github/tl_packages
2121

22-
- name: Test example
23-
run: make main
24-
25-
- name: Test example with LuaTeX
26-
run: |
27-
make clean
28-
latexmk -lualatex main.tex
29-
30-
- name: Test doc
31-
run: make doc
32-
33-
- name: Run regression tests
34-
run: make test
35-
36-
- name: Archive failed test output
37-
if: ${{ failure() }}
38-
uses: actions/upload-artifact@v7
39-
with:
40-
name: testfiles
41-
path: build/**/*.diff
42-
retention-days: 3
22+
- run: bash tests/save.sh package-chapterbib

0 commit comments

Comments
 (0)