Skip to content

Commit

Permalink
Fix file permissions error in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sio committed Nov 15, 2023
1 parent 013b6c7 commit 6a3a4e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
with:
fetch-depth: 0

- name: CI setup
run: |-
git config --global --add safe.directory $(pwd)
- name: Run functional tests
run: make -C tests test-verbose
env:
Expand Down

0 comments on commit 6a3a4e4

Please sign in to comment.