We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed675c commit 0d1da57Copy full SHA for 0d1da57
.github/workflows/test.yml
@@ -23,6 +23,7 @@ jobs:
23
# the one of the container the tests run on.
24
# You can switch this base image with a custom image tailored to your project
25
image: ckan/ckan-dev:${{ matrix.ckan-image }}
26
+ options: --user root
27
services:
28
solr:
29
image: ckan/ckan-solr:${{ matrix.ckan-version }}-solr9
0 commit comments