File tree Expand file tree Collapse file tree 4 files changed +0
-35
lines changed Expand file tree Collapse file tree 4 files changed +0
-35
lines changed Original file line number Diff line number Diff line change 51
51
- name : Unit tests API
52
52
run : yarn --cwd redisinsight/api/ test:cov --ci --silent
53
53
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
-
63
54
- name : Generate test results
64
55
uses : dorny/test-reporter@v1
65
56
if : always()
Original file line number Diff line number Diff line change 68
68
APP_BUILD_TYPE="Electron (Linux)" node ./.github/e2e-results.js
69
69
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
70
70
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
-
80
71
- name : Generate test results
81
72
uses : dorny/test-reporter@v1
82
73
if : always()
Original file line number Diff line number Diff line change 49
49
- name : Unit tests UI
50
50
run : yarn test:cov --ci --silent
51
51
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
-
60
52
- name : Generate test results
61
53
uses : dorny/test-reporter@v1
62
54
if : always()
Original file line number Diff line number Diff line change @@ -124,15 +124,6 @@ jobs:
124
124
ITEST_NAME=${{ matrix.rte }} node ./.github/itest-results.js
125
125
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
126
126
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
-
136
127
- name : Generate test results
137
128
uses : dorny/test-reporter@v1
138
129
if : always()
You can’t perform that action at this time.
0 commit comments