Skip to content

Commit

Permalink
testing github workflow tests - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdipierro committed Nov 12, 2024
1 parent d324a1e commit dfd1ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
python -m pip install -r test-requirements.txt
- name: Test
run: |
python3 -m pytest --cov=py4web --cov-report html:cov.html -v -s tests/
python -m unittest tests

0 comments on commit dfd1ecf

Please sign in to comment.