Skip to content

Commit

Permalink
fix(ci): update pytest configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaniaguam committed Jan 29, 2024
1 parent 9ca5e33 commit b307741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: install pytest
run: pip install pytest pytest-xdist pytest-sugar pytest-durations
- name: Run tests
run: pytest --capture=sys --verbose --showlocals --tb=long --durations=5 --numprocesses=auto tests/test_steps.py
run: pytest --capture=sys --verbose --showlocals --tb=long --numprocesses=auto tests/test_steps.py

0 comments on commit b307741

Please sign in to comment.