We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71729c commit c852bcfCopy full SHA for c852bcf
.github/workflows/tests.yml
@@ -59,6 +59,21 @@ jobs:
59
npm run test:servers
60
env:
61
CABLES_USER_APIKEY: ${{ secrets.cables_user_apikey }}
62
+ - name: Publish Export Tests Summary Results
63
+ uses: ctrf-io/github-test-reporter@v1
64
+ with:
65
+ report-path: './cables_api/ctrf/*.json'
66
+ github-report: true
67
+ summary-delta-report: true
68
+ insights-report: true
69
+ flaky-rate-report: true
70
+ fail-rate-report: true
71
+ slowest-report: true
72
+ upload-artifact: true
73
+ suite-folded-report: true
74
+ env:
75
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76
+ if: always()
77
- name: checkout electron for exe export
78
uses: actions/checkout@v4
79
with:
0 commit comments