Skip to content

Commit

Permalink
update github actions to save the .tex
Browse files Browse the repository at this point in the history
  • Loading branch information
tdixon97 committed Jan 15, 2025
1 parent 2751f06 commit 7a2a1d7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: test-output-${{ matrix.container_version }}
# artifacts must have a ".output*" extension
path: build/tests/**/*.output*.*
# artifacts must have a ".output*" extension or .tex
path: |
build/tests/tex/*.output*.*
build/tests/tex/*.tex
- name: Run minimal test suite
if: ${{ matrix.container_version == 'slim' }}
Expand Down

0 comments on commit 7a2a1d7

Please sign in to comment.