Skip to content

Commit 554f494

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,9 @@ jobs:
4444

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

0 commit comments

Comments
 (0)