Skip to content

Commit 2e50753

Browse files
committed
fixup
1 parent e258b33 commit 2e50753

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,14 +313,20 @@ jobs:
313313
shell: bash
314314
run: |
315315
ctest -VV -C Coverage;
316+
317+
- name: post-pocess tests
318+
if: always()
319+
working-directory: ${{github.workspace}}/build
320+
shell: bash
321+
run: |
316322
ls;
317323
git diff ../tests > changes-test-results.diff
318324
319325
- uses: actions/upload-artifact@v4
320326
if: always()
321327
with:
322328
name: changes-test-results.diff
323-
path: .
329+
path: build/
324330

325331
- name: Codecov
326332
run: bash <(curl -s https://codecov.io/bash);

0 commit comments

Comments
 (0)