Skip to content

Commit 0d1da57

Browse files
committed
ci: run GitHub Actions test container as root
1 parent 7ed675c commit 0d1da57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
# the one of the container the tests run on.
2424
# You can switch this base image with a custom image tailored to your project
2525
image: ckan/ckan-dev:${{ matrix.ckan-image }}
26+
options: --user root
2627
services:
2728
solr:
2829
image: ckan/ckan-solr:${{ matrix.ckan-version }}-solr9

0 commit comments

Comments
 (0)