File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - uses : actions/checkout@v4
1010 - uses : actions/setup-python@v5
1111 with :
12- python-version : ' 3.9 '
12+ python-version : ' 3.10 '
1313 - name : Install requirements
1414 run : pip install flake8 pycodestyle
1515 - name : Check syntax
2020 strategy :
2121 matrix :
2222 include :
23+ - ckan-version : " 2.12"
24+ ckan-image : " ckan/ckan-dev:2.12-py3.14"
25+ solr-version : " 9"
2326 - ckan-version : " 2.11"
2427 ckan-image : " ckan/ckan-dev:2.11-py3.10"
2528 solr-version : " 9"
7780 ckan -c test.ini db init
7881 ckan -c test.ini db pending-migrations --apply
7982 - name : Run tests
80- run : pytest --ckan-ini=test.ini --cov=ckanext.dcat --cov-report=term-missing --cov-append --disable-warnings ckanext/dcat/tests
83+ run : pytest --ckan-ini=test.ini --cov=ckanext.dcat --cov-report=term-missing --cov-append --disable-warnings ckanext/dcat/tests
You can’t perform that action at this time.
0 commit comments