We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acaa3cb commit b3b513aCopy full SHA for b3b513a
.github/workflows/run_test.yaml
@@ -26,7 +26,7 @@ jobs:
26
continue-on-error: true
27
- name: Test with pytest
28
run: |
29
- pytest test_app_cicd.py
+ pip install pytest && pytest test_app_cicd.py
30
- name: Generate Coverage Report
31
32
coverage report -m
0 commit comments