Skip to content

Commit a04ae59

Browse files
committed
Test command line
1 parent a90401a commit a04ae59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
shell: bash -l {0}
5151
run: |
5252
conda activate test
53+
pdfmorph --help # Check run on command line
5354
python -m coverage run run_tests.py # use `python -m` to search for modules within env
5455
coverage report -m
5556
codecov

0 commit comments

Comments
 (0)