Skip to content

Commit

Permalink
no docs package to build
Browse files Browse the repository at this point in the history
  • Loading branch information
cutz committed Apr 20, 2021
1 parent 09a1a41 commit 712298f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
- name: Test
run: |
coverage run -m zope.testrunner --test-path=src --auto-color --auto-progress
coverage run -a -m sphinx -b doctest -d docs/_build/doctrees docs docs/_build/doctests
#No docs to generate currently.
#coverage run -a -m sphinx -b doctest -d docs/_build/doctrees docs docs/_build/doctests
coverage report -i
- name: Submit to Coveralls
# This is a container action, which only runs on Linux.
Expand Down

0 comments on commit 712298f

Please sign in to comment.