Remove not needed migrate command.

This commit is contained in:
Santiago L 2021-01-06 08:18:13 +01:00
parent 7600cfbfa3
commit d3eb770639
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ jobs:
- name: Run Tests - name: Run Tests
run: | run: |
orchestra-admin startproject panel orchestra-admin startproject panel
python panel/manage.py migrate
python panel/manage.py test orchestra --noinput python panel/manage.py test orchestra --noinput
env: env: