File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 94
94
DJANGO_BPP_DB_PORT : 5433
95
95
DJANGO_BPP_DB_USER : postgres
96
96
run : |
97
- poetry run pytest -k integration_tests - -durations=0 --timeout=1200 --verbose -m "selenium" --splinter-headless --splinter-webdriver-executable=/usr/lib/firefox/firefox
97
+ poetry run pytest --durations=0 --timeout=1200 --verbose -m "selenium" --splinter-headless --splinter-webdriver-executable=/usr/lib/firefox/firefox
98
98
99
99
- name : Tests (no selenium) with Microsoft Auth
100
100
env :
@@ -105,4 +105,4 @@ jobs:
105
105
poetry run pip install django_microsoft_auth
106
106
echo MICROSOFT_AUTH_CLIENT_ID=foobar > ~/.env.local
107
107
echo MICROSOFT_AUTH_CLIENT_SECRET=foobar >> ~/.env.local
108
- poetry run pytest -m "not selenium" --splinter-headless --splinter-webdriver-executable=/usr/lib/firefox/firefox
108
+ poetry run pytest -k integration_tests - m "not selenium" --splinter-headless --splinter-webdriver-executable=/usr/lib/firefox/firefox
You can’t perform that action at this time.
0 commit comments