Skip to content

Commit

Permalink
[QOLDEV-955] run tests on our CKAN 2.11 fork
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrawnCA committed Jan 28, 2025
1 parent baf9e84 commit c4c1fcd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
include:
- ckan-version: '2.11'
solr-version: "9"
ckan-type: 'vanilla'
experimental: true
- ckan-version: '2.11'
solr-version: "9"
ckan-type: 'custom'
experimental: true
- ckan-version: 'master'
solr-version: "9"
Expand Down
6 changes: 5 additions & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ else
fi

if [ "$CKAN_VERSION" = "2.11" ]; then
CKAN_GIT_VERSION=ckan-2.11.1
if [ "$CKAN_TYPE" = "custom" ]; then
CKAN_GIT_VERSION=ckan-2.11.1-qgov.1
else
CKAN_GIT_VERSION=ckan-2.11.1
fi
elif [ "$CKAN_VERSION" = "2.10" ]; then
if [ "$CKAN_TYPE" = "custom" ]; then
CKAN_GIT_VERSION=ckan-2.10.5-qgov.5
Expand Down

0 comments on commit c4c1fcd

Please sign in to comment.