Skip to content

Commit 451956d

Browse files
committed
remove publish-tests-results
1 parent be7938f commit 451956d

File tree

4 files changed

+0
-35
lines changed

4 files changed

+0
-35
lines changed

.github/workflows/tests-backend.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,6 @@ jobs:
5151
- name: Unit tests API
5252
run: yarn --cwd redisinsight/api/ test:cov --ci --silent
5353

54-
- name: Publish Test Results
55-
uses: EnricoMi/publish-unit-test-result-action@v2
56-
if: always()
57-
with:
58-
check_name: 'BE Unit tests summary'
59-
comment_mode: 'failures'
60-
check_run: false
61-
files: redisinsight/api/reports/jest-*.xml
62-
6354
- name: Generate test results
6455
uses: dorny/test-reporter@v1
6556
if: always()

.github/workflows/tests-e2e-appimage.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,6 @@ jobs:
6868
APP_BUILD_TYPE="Electron (Linux)" node ./.github/e2e-results.js
6969
curl -H "Content-type: application/json" --data @e2e.report.json -H "Authorization: Bearer $SLACK_TEST_REPORT_KEY" -X POST https://slack.com/api/chat.postMessage
7070
71-
- name: Publish Test Results
72-
uses: EnricoMi/publish-unit-test-result-action@v2
73-
if: always()
74-
with:
75-
check_name: 'E2E (AppImage) tests summary'
76-
comment_mode: off
77-
check_run: false
78-
files: tests/e2e/results/results.xml
79-
8071
- name: Generate test results
8172
uses: dorny/test-reporter@v1
8273
if: always()

.github/workflows/tests-frontend.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@ jobs:
4949
- name: Unit tests UI
5050
run: yarn test:cov --ci --silent
5151

52-
- name: Publish Test Results
53-
uses: EnricoMi/publish-unit-test-result-action@v2
54-
if: always()
55-
with:
56-
check_name: 'FE Unit tests summary'
57-
comment_mode: 'failures'
58-
files: reports/jest-*.xml
59-
6052
- name: Generate test results
6153
uses: dorny/test-reporter@v1
6254
if: always()

.github/workflows/tests-integration.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,6 @@ jobs:
124124
ITEST_NAME=${{ matrix.rte }} node ./.github/itest-results.js
125125
curl -H "Content-type: application/json" --data @itests.report.json -H "Authorization: Bearer $SLACK_TEST_REPORT_KEY" -X POST https://slack.com/api/chat.postMessage
126126
127-
- name: Publish Test Results
128-
uses: EnricoMi/publish-unit-test-result-action@v2
129-
if: always()
130-
with:
131-
check_name: 'ITest (${{ matrix.rte }}) summary'
132-
comment_mode: off
133-
check_run: false
134-
files: itest/results/*.result.xml
135-
136127
- name: Generate test results
137128
uses: dorny/test-reporter@v1
138129
if: always()

0 commit comments

Comments
 (0)