We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb72bdc commit a2685beCopy full SHA for a2685be
.github/workflows/tests-e2e-docker.yml
@@ -92,15 +92,6 @@ jobs:
92
node ./.github/e2e-results.js
93
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
94
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
-
104
- name: Generate test results for ${{ matrix.parallel }}th node
105
uses: dorny/test-reporter@v1
106
if: always()
0 commit comments