We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5942e2f commit d5a1498Copy full SHA for d5a1498
.github/workflows/tests.yml
@@ -94,7 +94,7 @@ jobs:
94
DJANGO_BPP_DB_PORT: 5433
95
DJANGO_BPP_DB_USER: postgres
96
run: |
97
- poetry run pytest --timeout=1200 --verbose -m "selenium" --splinter-headless --splinter-webdriver-executable=/usr/lib/firefox/firefox
+ poetry run pytest --durations=0 --timeout=1200 --verbose -m "selenium" --splinter-headless --splinter-webdriver-executable=/usr/lib/firefox/firefox
98
99
- name: Tests (no selenium) with Microsoft Auth
100
env:
0 commit comments