Skip to content

Commit c90cab6

Browse files
Michael Vasseurvmcj
authored andcommitted
Upload the artifacts
1 parent 5e99f12 commit c90cab6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,7 @@ jobs:
3737
run: wget https://codecov.io/bash -O newcodecov
3838
- name: Detect changes to manually verify
3939
run: diff newcodecov .github/jobs/uploadcodecov.sh
40-
40+
- name: Upload artifact for debugging
41+
uses: actions/upload-artifact@v3
42+
with:
43+
path: /tmp/artifacts

0 commit comments

Comments
 (0)