Skip to content

Commit

Permalink
Merge pull request #29 from jtpio/gh-action-help-command
Browse files Browse the repository at this point in the history
Run jupyter nbclassic -h on CI
  • Loading branch information
Zsailer authored Jan 14, 2021
2 parents 917c9f7 + efdb0c2 commit 46a70f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
# cd jupyter_server
# pip install -e .
# cd ../nbclassic
- name: Run the help command
run: |
jupyter nbclassic -h
- name: Test with pytest
run: |
pytest -vv --cov nbclassic --cov-report term-missing:skip-covered

0 comments on commit 46a70f4

Please sign in to comment.