mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-16 17:15:37 +01:00
Fix permissions on files needed by github test runner
This commit is contained in:
parent
f62e3a1bfc
commit
a3166bb976
1 changed files with 3 additions and 1 deletions
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
|
||||
|
||||
- name: Test calibre
|
||||
run: runuser -u ci -- python setup.py test
|
||||
run: |
|
||||
runuser -u ci -- python setup.py test
|
||||
chmod +777 .git/config
|
||||
|
|
|
|||
Loading…
Reference in a new issue