You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/tests/unit.sh
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,5 +35,8 @@ else
35
35
TEST_MODULE=""
36
36
fi
37
37
38
-
docker compose run --rm --remove-orphans web poetry run python manage.py test$TEST_MODULE$TAG --settings=lung_cancer_screening.settings_test --exclude-tag=accessibility
38
+
env UID="$(id -u)" docker compose run --rm web \
39
+
poetry run python manage.py test$TEST_MODULE$TAG \
0 commit comments