We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f30093 commit e99a3a3Copy full SHA for e99a3a3
.github/workflows/test.yml
@@ -96,6 +96,9 @@ jobs:
96
run: |
97
# Replace default path to CKAN core config file with the one on the container
98
sed -i -e 's/use = config:.*/use = config:\/srv\/app\/src\/ckan\/test-core.ini/' test.ini
99
-
+ - name: Set up db
100
+ run: |
101
+ ckan -c test.ini db init
102
+ ckan -c test.ini db pending-migrations --apply
103
- name: Run tests
104
run: pytest --ckan-ini=test.ini --cov=ckanext.spatial --cov-report term-missing --cov-append --disable-warnings ckanext/spatial/tests
0 commit comments