Skip to content

Commit 336d67a

Browse files
committed
Looking for stalling test
1 parent 834e14c commit 336d67a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
DJANGO_BPP_DB_PORT: 5433
9595
DJANGO_BPP_DB_USER: postgres
9696
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
9898
9999
- name: Tests (no selenium) with Microsoft Auth
100100
env:
@@ -105,4 +105,4 @@ jobs:
105105
poetry run pip install django_microsoft_auth
106106
echo MICROSOFT_AUTH_CLIENT_ID=foobar > ~/.env.local
107107
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

0 commit comments

Comments
 (0)