mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-24 07:42:32 -04:00
Fix permissions on files needed by github test runner
This commit is contained in:
@@ -58,4 +58,6 @@ jobs:
|
||||
runuser -u ci -- python setup.py bootstrap --ephemeral
|
||||
|
||||
- name: Test calibre
|
||||
run: runuser -u ci -- python setup.py test
|
||||
run: |
|
||||
runuser -u ci -- python setup.py test
|
||||
chmod +777 .git/config
|
||||
|
||||
Reference in New Issue
Block a user