File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 4848 run : |
4949 cd cables_api/
5050 npm install --no-save
51- npm run build
5251 touch scss/svgicons.scss
52+ npm run build
5353 - name : checkout electron for exe export
5454 uses : actions/checkout@v4
5555 with :
7777 cd cables_api/
7878 npm run test:export
7979 - name : Publish Export Tests Summary Results
80- run : npx github-actions-ctrf cables_api/ctrf/ctrf-report.json
80+ uses : ctrf-io/github-test-reporter@v1
81+ with :
82+ report-path : ' ./cables_api/ctrf/*.json'
83+ github-report : true
84+ summary-delta-report : true
85+ insights-report : true
86+ flaky-rate-report : true
87+ fail-rate-report : true
88+ slowest-report : true
89+ upload-artifact : true
90+ suite-folded-report : true
91+ env :
92+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
93+ if : always()
8194 # - name: Start MongoDB
8295 # uses: supercharge/mongodb-github-action@1.12.1
8396 # with:
You can’t perform that action at this time.
0 commit comments