Skip to content

Commit

Permalink
Fix actions workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jan 28, 2025
1 parent fe440db commit fa7615c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# 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 }}
image: ${{ matrix.ckan-image }}
options: --user root
services:
solr:
Expand Down

0 comments on commit fa7615c

Please sign in to comment.