Skip to content

Commit

Permalink
Merge pull request #18 from pelican-plugins/ci-test-generation
Browse files Browse the repository at this point in the history
Test PDF generation via GitHub CI action
  • Loading branch information
justinmayer authored May 28, 2024
2 parents 506a18c + a553a33 commit 6a1766a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Run tests
run: pdm run invoke tests

- name: Test generation
run: pdm run pelican --fatal errors pelican/plugins/pdf/test_data

lint:
name: Lint
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6a1766a

Please sign in to comment.