Skip to content

Commit

Permalink
Fix actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jan 28, 2025
1 parent 788603e commit fe440db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ jobs:
ckan-image: "ckan/ckan-dev:2.10-py3.10"
fail-fast: false

name: CKAN ${{ matrix.ckan-version }}
runs-on: ubuntu-latest

container:
# The CKAN version tag of the Solr and Postgres containers should match
# the one of the container the tests run on.
# You can switch this base image with a custom image tailored to your project
image: ckan/ckan-dev:${{ matrix.ckan-image }}
options: --user root
services:
solr:
image: ckan/ckan-solr:${{ matrix.ckan-version }}-solr9
Expand Down

0 comments on commit fe440db

Please sign in to comment.