Skip to content

Commit f483073

Browse files
m
1 parent ccb2d0c commit f483073

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reproduce_bug.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
- name: Install pytest
4141
run: pip install pytest==8.0.0
4242

43-
- name: Run all tests (will crash)
44-
run: pytest test_1.py -vv
43+
- name: Run all test files
44+
run: pytest (Get-ChildItem test_*.py).Name -vv

0 commit comments

Comments
 (0)