Skip to content

Commit

Permalink
Run more Django tests in Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
asset-web committed Nov 6, 2024
1 parent 49798dc commit 6f152ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run-django-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6f152ba

Please sign in to comment.