We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57fe00e commit 77bf950Copy full SHA for 77bf950
1 file changed
.github/workflows/test.yml
@@ -19,24 +19,4 @@ jobs:
19
with:
20
package_file: .github/tl_packages
21
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
+ - run: bash tests/save.sh package-chapterbib
0 commit comments