File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - ckan-version : " 2.10"
2727 ckan-image : " ckan/ckan-dev:2.10-py3.10"
2828 solr-version : " 9"
29- - ckan-version : " 2.9"
30- ckan-image : " ckan/ckan-dev:2.9-py3.9"
31- solr-version : " 8"
3229 fail-fast : false
3330
3431 name : CKAN ${{ matrix.ckan-version }}
@@ -64,23 +61,20 @@ jobs:
6461 pip install -e .
6562 # Replace default path to CKAN core config file with the one on the container
6663 sed -i -e 's/use = config:.*/use = config:\/srv\/app\/src\/ckan\/test-core.ini/' test.ini
67- - name : Install requirements (2.9)
68- run : |
69- pip install -U pytest-rerunfailures
70- if : ${{ matrix.ckan-version == '2.9' }}
7164 - name : Setup other extensions
7265 run : |
7366 git clone https://github.com/ckan/ckanext-harvest
7467 pip install -e ckanext-harvest
7568 pip install -r ckanext-harvest/requirements.txt
7669 git clone https://github.com/ckan/ckanext-scheming
7770 pip install -e ckanext-scheming
78- pip install git+https://github.com/ckan/ckanext-fluent.git@4e9340a#egg=ckanext-fluent
71+ git clone https://github.com/ckan/ckanext-fluent
72+ pip install -e ckanext-fluent
7973 git clone https://github.com/ckan/ckanext-dataset-series
8074 pip install -e ckanext-dataset-series
8175 - name : Setup extension
8276 run : |
8377 ckan -c test.ini db init
8478 ckan -c test.ini db pending-migrations --apply
8579 - name : Run tests
86- run : pytest --ckan-ini=test.ini --cov=ckanext.dcat --cov-report=term-missing --cov-append --disable-warnings ckanext/dcat/tests
80+ 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