Skip to content

Commit fa491ff

Browse files
committed
Test CI: fix discovery of submodule tests
1 parent 485cb17 commit fa491ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id: junit_files
3030
run: |
3131
shopt -s globstar
32-
files="$(ls **build/test-results/**/TEST-*.xml | paste -s -d ',' -)"
32+
files="$(ls **/build/test-results/**/TEST-*.xml | paste -s -d ',' -)"
3333
echo "files=$files" >> "$GITHUB_OUTPUT"
3434
echo "Found files: $files"
3535
- name: Upload Test Results to Codecov

0 commit comments

Comments
 (0)