We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0450524 commit 1503daaCopy full SHA for 1503daa
.github/workflows/ci.yml
@@ -115,7 +115,11 @@ jobs:
115
116
- name: Run tests
117
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
+ 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
123
124
- name: Adjust lcov source file paths for Coveralls
125
run: sudo sed -i 's/\/note-c\///g' ./build/test/coverage/lcov.info
0 commit comments