We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb2d0c commit f483073Copy full SHA for f483073
1 file changed
.github/workflows/reproduce_bug.yaml
@@ -40,5 +40,5 @@ jobs:
40
- name: Install pytest
41
run: pip install pytest==8.0.0
42
43
- - name: Run all tests (will crash)
44
- run: pytest test_1.py -vv
+ - name: Run all test files
+ run: pytest (Get-ChildItem test_*.py).Name -vv
0 commit comments