Skip to content

Commit 8c02f53

Browse files
authored
Temporarily disable upload of unit tests
Currently the last step fails and we always comment with 0 unit tests. I'll investigate this in the future but for now disabling the useless step is better. After that we can have the discussion if we even want this comment as I know it's controversial.
1 parent 5938e63 commit 8c02f53

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/upload-unit-tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
with:
2626
run_id: ${{ github.event.workflow_run.id }}
2727
path: artifacts
28-
- name: Publish Test Results
29-
uses: EnricoMi/publish-unit-test-result-action@v2
30-
with:
31-
commit: ${{ github.event.workflow_run.head_sha }}
32-
event_file: artifacts/Event File/event.json
33-
event_name: ${{ github.event.workflow_run.event }}
34-
files: "tmp/artifacts/**/*.xml"
28+
#- name: Publish Test Results
29+
# uses: EnricoMi/publish-unit-test-result-action@v2
30+
# with:
31+
# commit: ${{ github.event.workflow_run.head_sha }}
32+
# event_file: artifacts/Event File/event.json
33+
# event_name: ${{ github.event.workflow_run.event }}
34+
# files: "tmp/artifacts/**/*.xml"

0 commit comments

Comments
 (0)