Fix permissions on files needed by github test runner

This commit is contained in:
Kovid Goyal 2019-10-26 10:52:05 +05:30
parent f62e3a1bfc
commit a3166bb976
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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