Skip to content

Commit a616f53

Browse files
committed
Revert "Retrieve unit test jobartifacts"
This reverts commit a9fa4c5.
1 parent 0d8ad1f commit a616f53

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,4 @@ 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-
- 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
19+

0 commit comments

Comments
 (0)