Skip to content

Commit 9741044

Browse files
author
Michael Vasseur
committed
Upload the artifacts
1 parent c1a17f6 commit 9741044

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
@@ -31,4 +31,7 @@ jobs:
3131
run: wget https://codecov.io/bash -O newcodecov
3232
- name: Detect changes to manually verify
3333
run: diff newcodecov .github/jobs/uploadcodecov.sh
34-
34+
- name: Upload artifact for debugging
35+
uses: actions/upload-artifact@v3
36+
with:
37+
path: /tmp/artifacts

0 commit comments

Comments
 (0)