Skip to content

Commit ff6ac34

Browse files
authored
disable gh comments for unit tests (#2369)
1 parent 16a9173 commit ff6ac34

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/fw-lite.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ jobs:
162162
check_name: UI unit Tests
163163
files: ./frontend/viewer/test-results/*.xml
164164
action_fail_on_inconclusive: true
165+
comment_mode: off
165166

166167
publish-mac:
167168
name: Publish FW Lite app for Mac

.github/workflows/integration-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ jobs:
119119
with:
120120
check_name: Integration Tests ${{ inputs.runs-on }} for Mercurial ${{ inputs.hg-version }}
121121
files: ./test-results/*.trx
122+
comment_mode: off
122123

123124
# playwright-test:
124125
# if: ${{ inputs.run-playwright }}

.github/workflows/lexbox-api.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
with:
6868
check_name: C# Unit Tests
6969
files: ./test-results/*.xml
70+
comment_mode: off
7071
- name: Upload test results
7172
if: always()
7273
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0

.github/workflows/lexbox-fw-headless.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
with:
5959
check_name: C# FwHeadless Unit Tests
6060
files: ./test-results/*.xml
61+
comment_mode: off
6162
- name: Upload test results
6263
if: always()
6364
uses: actions/upload-artifact@v4

.github/workflows/lexbox-ui.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
check_name: UI unit Tests
4848
files: ./frontend/test-results/*.xml
4949
action_fail_on_inconclusive: true
50+
comment_mode: off
5051

5152
- name: Docker meta
5253
id: meta

0 commit comments

Comments
 (0)