We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fccc1f6 commit b4a1277Copy full SHA for b4a1277
.github/workflows/python-app.yml
@@ -35,5 +35,5 @@ jobs:
35
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
36
- name: Test with pytest
37
run: |
38
- pytest || echo "No tests found. Skipping."
+ pytest || echo "No tests found. Skipping." || true
39
0 commit comments