1
0
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:
Kelly Brazil
2024-04-28 12:13:30 -07:00
committed by GitHub
parent 6ae626ef9f
commit 01f5aa05b3

View File

@ -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