Skip to content

Commit 48cc7ee

Browse files
committed
chore: add build files
1 parent ea810cd commit 48cc7ee

File tree

5 files changed

+10
-27
lines changed

5 files changed

+10
-27
lines changed

.github/workflows/action.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,30 +26,10 @@ jobs:
2626
uses: ./
2727
with:
2828
report-path: './ctrf-reports/ctrf-report.json'
29-
template-path: './templates/custom-summary.hbs'
3029
summary-report: true
31-
failed-report: true
32-
flaky-report: true
33-
flaky-rate-report: true
34-
fail-rate-report: true
35-
previous-results-report: true
36-
ai-report: true
37-
failed-folded-report: false
38-
suite-folded-report: true
39-
suite-list-report: true
40-
# custom-report: true # Enable if using a custom template
41-
42-
# Behavior Options
43-
# title: 'My Custom Tests'
44-
# use-suite-name: true
45-
# pull-request: true
46-
# previous-results-max: 10
4730
env:
4831
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4932

50-
- name: Print Output Summary
51-
run: echo "${{ steps.test-action.outputs.summary }}"
52-
5333
- name: Upload Test Results
5434
uses: actions/upload-artifact@v4
5535
with:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ reports allow users to share custom reports designed for specific use cases.
240240

241241
To submit a community-built report create a Pull Request.
242242

243-
You can use reports [community built reports](community-reports) by adding the following to your workflow file:
243+
You can use reports [community built reports](community-reports) by adding the
244+
following to your workflow file:
244245

245246
```yaml
246247
- name: Publish Test Report

badges/coverage.svg

Lines changed: 1 addition & 1 deletion
Loading

dist/index.js

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)