Skip to content

Commit 8e320db

Browse files
committed
ci: upload tests build output as job artifacts
Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
1 parent ff7d047 commit 8e320db

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

+7
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,10 @@ jobs:
4444

4545
- name: Test SHARED=${{ matrix.shared }}
4646
run: make -C tests test
47+
48+
- uses: actions/upload-artifact@v4
49+
if: always()
50+
with:
51+
name: tests-output
52+
if-no-files-found: warn
53+
path: tests/.output

0 commit comments

Comments
 (0)