Skip to content

Commit

Permalink
run ckan-dev container as root, per GitHub Actions Checkout workaround:
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrawnCA committed Nov 14, 2024
1 parent 2fb24d4 commit 05b2470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: ckan/ckan-dev:${{ matrix.ckan-version }}
options: --user root
services:
solr:
image: ckan/ckan-solr:${{ matrix.ckan-version }}-solr9
Expand Down

0 comments on commit 05b2470

Please sign in to comment.