Skip to content

Commit

Permalink
Dont migrate extensions during init
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Feb 4, 2025
1 parent 7d6076c commit 635ecb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
pip install -r ckanext-report/requirements.txt
- name: Setup extension
run: |
ckan -c test.ini db init
# plugin migrations are until whole db is converted to alembic initialization
ckan -c test.ini db init --skip-plugins
ckan -c test.ini matomo init_db
- name: Run tests
run: pytest --ckan-ini=test.ini --cov=ckanext.matomo --disable-warnings ckanext/matomo/tests
Expand Down

0 comments on commit 635ecb7

Please sign in to comment.