Skip to content

Commit fa4b862

Browse files
committed
tests
1 parent 662e800 commit fa4b862

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.github/workflows/tests.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
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:
@@ -77,7 +77,20 @@ jobs:
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:

0 commit comments

Comments
 (0)