Skip to content

Commit

Permalink
Run tests on the example project
Browse files Browse the repository at this point in the history
  • Loading branch information
SupraSummus committed Aug 30, 2024
1 parent 5505320 commit 5c6b520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ success=$?
poetry run flake8
cp example.env .env
poetry run python manage.py collectstatic --no-input
poetry run pytest || true # allow it to fail
poetry run pytest

# remove the virtual env, it may be stored outside the temporary directory
poetry env remove --all
Expand Down

0 comments on commit 5c6b520

Please sign in to comment.