mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
Update pythonapp.yml
fix unittest command
This commit is contained in:
2
.github/workflows/pythonapp.yml
vendored
2
.github/workflows/pythonapp.yml
vendored
@ -61,4 +61,4 @@ jobs:
|
||||
pip install -r requirements.txt
|
||||
- name: Test with unittest
|
||||
run: |
|
||||
python -m unittest -v discover tests
|
||||
python -m unittest -v
|
||||
|
Reference in New Issue
Block a user