File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 5454
5555 test :
5656 name : Test
57+ env :
58+ # junit test report used by test-summary/action to add test summary
59+ CREATE_JUNIT_TEST_REPORT : true
5760 needs : [lint]
5861 runs-on : ${{ fromJSON(vars.RUNNER) }}
5962 timeout-minutes : 15
7275 cache-dependency-path : ' **/pnpm-lock.yaml'
7376 - run : pnpm install --offline
7477 - run : pnpm test
78+ - name : Test Summary
79+ if : always()
80+ uses : test-summary/action@v2
81+ with :
82+ paths : " **/test-output/junit.xml"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const JUnitReporter = require('testem-gitlab-reporter');
99const fs = require ( 'fs' ) ;
1010
1111// testem is provided by ember-cli and is not an explicit dependency
12- // eslint-disable-next-line n/no-extraneous-require
12+ /* eslint-disable-next-line n/no-extraneous-require */
1313const TAPReporter = require ( 'testem/lib/reporters/tap_reporter' ) ;
1414
1515const multiReporterConfig = {
You can’t perform that action at this time.
0 commit comments