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 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()
Original file line number Diff line number Diff line change 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()
Original file line number Diff line number Diff line change 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()
Original file line number Diff line number Diff 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()
You can’t perform that action at this time.
0 commit comments