Skip to content

Commit

Permalink
CI test script
Browse files Browse the repository at this point in the history
  • Loading branch information
ekuiter committed Jul 4, 2024
1 parent 187929c commit 26154ee
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Test literature

on:
push:
branches: [ "ek" ]
branches: [ '**' ]
pull_request:
branches: [ "ek" ]
branches: [ '**' ]

jobs:
test:
Expand Down Expand Up @@ -45,5 +45,6 @@ jobs:
- name: Archive literature
uses: actions/upload-artifact@v4
with:
name: test_latex
path: test_latex
name: PDF
path: test_latex/pdf
retention-days: 5

0 comments on commit 26154ee

Please sign in to comment.