Skip to content

Commit ca76138

Browse files
Michael Vasseurvmcj
authored andcommitted
Retrieve unit test jobartifacts
1 parent d0654bc commit ca76138

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ jobs:
1616
run: wget https://codecov.io/bash -O newcodecov
1717
- name: Detect changes to manually verify
1818
run: diff newcodecov .github/jobs/uploadcodecov.sh
19-
19+
- name: Upload artifact for debugging
20+
uses: actions/upload-artifact@v3
21+
with:
22+
name: unit-test-output
23+
path: /tmp/artifacts

0 commit comments

Comments
 (0)