From 6f152ba22df9a397276f68905730db1c6a79ffab Mon Sep 17 00:00:00 2001 From: Tessa Alexander Date: Wed, 6 Nov 2024 01:39:59 +0000 Subject: [PATCH] Run more Django tests in Github action --- tests/run-django-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-django-tests.sh b/tests/run-django-tests.sh index 9b3d747c..722939d8 100644 --- a/tests/run-django-tests.sh +++ b/tests/run-django-tests.sh @@ -8,5 +8,5 @@ echo "Run coverage tests" cd $GITHUB_WORKSPACE cd lib/test/src/temmpo ../../bin/coverage -../../bin/coverage run --source='.' manage.py test --settings=temmpo.settings.test_mysql --exclude-tag=selenium-test --exclude-tag=skip-on-ubuntu +../../bin/coverage run --source='.' manage.py test --settings=temmpo.settings.test_mysql --exclude-tag=selenium-test ../../bin/coverage report --skip-empty --skip-covered -m