fix: remove concurrent execution flag from build configuration to prevent race conditions
This commit is contained in:
parent
384c2efc7a
commit
86e065b09a
@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
- name: Run integration tests
|
||||
run: |
|
||||
python -m pytest tests/ -n auto -v --tb=line -x
|
||||
python -m pytest tests/ -v --tb=line -x
|
||||
|
||||
- name: Upload test screenshots
|
||||
if: failure()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user