mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Fix permissions on files needed by github test runner
This commit is contained in:
parent
f62e3a1bfc
commit
a3166bb976
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -58,4 +58,6 @@ jobs:
|
|||||||
runuser -u ci -- python setup.py bootstrap --ephemeral
|
runuser -u ci -- python setup.py bootstrap --ephemeral
|
||||||
|
|
||||||
- name: Test calibre
|
- name: Test calibre
|
||||||
run: runuser -u ci -- python setup.py test
|
run: |
|
||||||
|
runuser -u ci -- python setup.py test
|
||||||
|
chmod +777 .git/config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user