Skip to content

Commit 36fd1e3

Browse files
committed
Upload test results
1 parent 4ca63e6 commit 36fd1e3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
with:
3434
root_file: biblatex.tex
3535
working_directory: test/
36-
extra_packages: biblatex-ieee
3736
- name: Compile LaTeX document with minted
3837
uses: ./
3938
with:
@@ -48,6 +47,11 @@ jobs:
4847
file test/math.pdf | grep -q ' PDF '
4948
file test/biblatex.pdf | grep -q ' PDF '
5049
file test/minted.pdf | grep -q ' PDF '
50+
- uses: actions/upload-artifact@v4
51+
with:
52+
name: test-directory
53+
path: test/
54+
5155
keepalive-job:
5256
name: Keepalive Workflow
5357
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)