Skip to content

Commit

Permalink
tests: Test against CKAN 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Nov 4, 2024
1 parent 3b3cc8e commit 3162424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
needs: lint
strategy:
matrix:
ckan-version: ["2.10"]
ckan-version: ["2.11"]
fail-fast: false

name: CKAN ${{ matrix.ckan-version }}
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
-v "${{ github.workspace }}/solr/stopwords_en.txt":"$SOLR_CONFIG_CKAN_DIR/stopwords_en.txt" \
-v "${{ github.workspace }}/solr/stopwords_fr.txt":"$SOLR_CONFIG_CKAN_DIR/stopwords_fr.txt" \
-v "${{ github.workspace }}/solr/stopwords_it.txt":"$SOLR_CONFIG_CKAN_DIR/stopwords_it.txt" \
ckan/ckan-solr:${{ matrix.ckan-version }}
ckan/ckan-solr:${{ matrix.ckan-version }}-solr9
docker start test_solr
- name: Create ckan container
run: |
Expand Down

0 comments on commit 3162424

Please sign in to comment.