diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c1c01871..43f06287 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,5 +57,6 @@ jobs: - name: Setup extension (CKAN >= 2.9) run: | ckan -c test.ini db init + ckan -c test.ini db pending-migrations --apply - name: Run tests run: pytest --ckan-ini=test.ini --cov=ckanext.harvest --disable-warnings ckanext/harvest/tests