We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9858563 commit 22c8dafCopy full SHA for 22c8daf
.github/workflows/pylint.yml
@@ -19,7 +19,7 @@ jobs:
19
pip install -r requirements.txt
20
- name: Execute Test Cases
21
run: |
22
- pytest -v --runxfail
+ pytest -v
23
- name: Execute Lint
24
25
pylint app/core/*.py
0 commit comments