Skip to content

Commit

Permalink
Add html rendering test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
melissawm committed Nov 12, 2023
1 parent 85d4c90 commit 720cde5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,14 @@ jobs:
- name: Relink
run: |
coverage run -a -m papyri relink
- name: Render
- name: Render ascii
run: |
python -m papyri render --ascii
ls -al
- name: Render html
run: |
python -m papyri render --html
ls -al
- name: Convert .coverage sql to xml for upload
run: |
Expand Down

0 comments on commit 720cde5

Please sign in to comment.