Skip to content

Commit

Permalink
tests: Install ckanexts as root user
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Nov 14, 2024
1 parent 1b674de commit e1771f3
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 @@ -71,7 +71,7 @@ jobs:
docker start test_ckan
- name: Install requirements and set up ckanext
run: |
docker exec test_ckan $WORKDIR/bin/install_test_requirements.sh
docker exec -u root test_ckan $WORKDIR/bin/install_test_requirements.sh
- name: Run tests
run: |
docker exec test_ckan pytest --ckan-ini=$WORKDIR/test.ini --disable-warnings --cov=ckanext.switzerland \
Expand Down

0 comments on commit e1771f3

Please sign in to comment.