We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e99f12 commit c90cab6Copy full SHA for c90cab6
.github/workflows/unit-tests.yml
@@ -37,4 +37,7 @@ jobs:
37
run: wget https://codecov.io/bash -O newcodecov
38
- name: Detect changes to manually verify
39
run: diff newcodecov .github/jobs/uploadcodecov.sh
40
-
+ - name: Upload artifact for debugging
41
+ uses: actions/upload-artifact@v3
42
+ with:
43
+ path: /tmp/artifacts
0 commit comments