Skip to content

Commit

Permalink
Fix tests, add 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Dec 12, 2024
1 parent 9d15839 commit bac2397
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/ckan211-solr9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: CKAN 2.11 with Solr 9

on: push

jobs:
call-reusable-workflow:
uses: ./.github/workflows/reusable.yml
with:
ckan_version: "2.11"
ckan_branch: "dev-v2.11"
solr_version: "9"
2 changes: 1 addition & 1 deletion .github/workflows/reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build Solr image
run: |
cd solr-${{ inputs.solr_version }}
make build CKAN_VERSION=${{ inputs.ckan_version }}
make build CKAN_VERSION=${{ inputs.ckan_version }} CKAN_BRANCH=${{ inputs.ckan_branch }}
docker run --name ckan-solr -p 8983:8983 -d ckan/ckan-solr:${{ inputs.ckan_version }}-solr${{ inputs.solr_version }}
- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit bac2397

Please sign in to comment.