Skip to content

Commit 1503daa

Browse files
authored
chore: code formatting (#180)
1 parent 0450524 commit 1503daa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,11 @@ jobs:
115115

116116
- name: Run tests
117117
run: |
118-
docker run --rm --volume $(pwd):/note-c/ --workdir /note-c/ --entrypoint ./scripts/run_unit_tests.sh ghcr.io/blues/note_c_ci:latest --coverage --mem-check
118+
docker run --rm --volume $(pwd):/note-c/ \
119+
--workdir /note-c/ \
120+
--entrypoint ./scripts/run_unit_tests.sh \
121+
--user root \
122+
ghcr.io/blues/note_c_ci:latest --coverage --mem-check
119123
120124
- name: Adjust lcov source file paths for Coveralls
121125
run: sudo sed -i 's/\/note-c\///g' ./build/test/coverage/lcov.info

0 commit comments

Comments
 (0)