remove unneeded migration

This commit is contained in:
Matthias 2021-10-17 20:38:52 +02:00
parent c2535cbcd7
commit 5eb26c84b9
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -56,7 +56,6 @@ jobs:
invoke install invoke install
- name: Run Tests - name: Run Tests
run: | run: |
invoke migrate
invoke test invoke test
- name: Data Import Export - name: Data Import Export
run: | run: |