Skip to content

Commit a2685be

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

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,6 @@ jobs:
9292
node ./.github/e2e-results.js
9393
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
9494
95-
- name: Publish Test Results
96-
uses: EnricoMi/publish-unit-test-result-action/linux@v2
97-
if: always()
98-
with:
99-
check_name: 'E2E (Docker ${{ matrix.parallel }}th) tests summary'
100-
comment_mode: off
101-
check_run: false
102-
files: /usr/src/app/results/results.xml
103-
10495
- name: Generate test results for ${{ matrix.parallel }}th node
10596
uses: dorny/test-reporter@v1
10697
if: always()

0 commit comments

Comments
 (0)