Skip to content

Commit e6da14d

Browse files
committed
chore: remove test report publishing step from GitHub Actions workflow
1 parent 9541306 commit e6da14d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,5 @@ jobs:
3535
pull-request: true
3636
summary-report: true
3737
failed-report: true
38-
- name: Publish Test Report
39-
uses: ctrf-io/[email protected]
40-
with:
41-
report-path: 'vitest-ctrf/*.json'
42-
pull-request-report: true
38+
env:
39+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)