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 0d8ad1f commit a616f53Copy full SHA for a616f53
.github/workflows/unit-tests.yml
@@ -16,9 +16,4 @@ jobs:
16
run: wget https://codecov.io/bash -O newcodecov
17
- name: Detect changes to manually verify
18
run: diff newcodecov .github/jobs/uploadcodecov.sh
19
- - name: Upload artifact for debugging
20
- uses: actions/upload-artifact@v4
21
- if: ${{ !cancelled() }}
22
- with:
23
- name: unit-test-output
24
- path: /tmp/artifacts
+
0 commit comments