Add inv test to instructions

This commit is contained in:
Gabriel Augendre 2022-10-28 22:18:38 +02:00
parent 449e895172
commit 939c9c2cc2
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ COMMANDS_TO_RUN = [
"git add poetry.lock",
"git commit -m 'Add poetry lock file'",
"pycharm .",
"inv test",
"./src/manage.py migrate",
"./src/manage.py createcachetable",
"./src/manage.py createsuperuser",