Skip to content

Commit eb72bdc

Browse files
committed
#RI-6214 - Migrate e2e/it workflows from CircleCI to Github Actions
1 parent b48171a commit eb72bdc

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

.github/workflows/tests-backend.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ jobs:
5555
uses: EnricoMi/publish-unit-test-result-action@v2
5656
if: always()
5757
with:
58+
check_name: 'BE Unit tests summary'
5859
comment_mode: 'failures'
60+
check_run: false
5961
files: redisinsight/api/reports/jest-*.xml
6062

6163
- name: Generate test results

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ jobs:
7272
uses: EnricoMi/publish-unit-test-result-action@v2
7373
if: always()
7474
with:
75+
check_name: 'E2E (AppImage) tests summary'
7576
comment_mode: off
77+
check_run: false
7678
files: tests/e2e/results/results.xml
7779

7880
- name: Generate test results

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
uses: EnricoMi/publish-unit-test-result-action/linux@v2
9797
if: always()
9898
with:
99+
check_name: 'E2E (Docker ${{ matrix.parallel }}th) tests summary'
99100
comment_mode: off
100101
check_run: false
101102
files: /usr/src/app/results/results.xml

.github/workflows/tests-frontend.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
uses: EnricoMi/publish-unit-test-result-action@v2
5454
if: always()
5555
with:
56+
check_name: 'FE Unit tests summary'
5657
comment_mode: 'failures'
5758
files: reports/jest-*.xml
5859

.github/workflows/tests-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
uses: EnricoMi/publish-unit-test-result-action@v2
129129
if: always()
130130
with:
131+
check_name: 'ITest (${{ matrix.rte }}) summary'
131132
comment_mode: off
132133
check_run: false
133134
files: itest/results/*.result.xml

0 commit comments

Comments
 (0)