Skip to content

Commit 8896ed2

Browse files
Fix/file path windows (#26)
1 parent c3051c4 commit 8896ed2

File tree

6 files changed

+142
-159
lines changed

6 files changed

+142
-159
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ jobs:
2323
- run: npm run build
2424
- run: npm run test:ci
2525
- name: Publish Test Report
26-
uses: mikepenz/action-junit-report@v5
27-
if: success() || failure()
26+
uses: ctrf-io/github-test-reporter@v1
2827
with:
29-
report_paths: 'junit-reports/*.xml'
30-
annotate_only: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
28+
report-path: 'vitest-ctrf/*.json'
29+
summary: true
30+
pull-request: true
31+
summary-report: true
32+
failed-report: true

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
dist
22
node_modules
33
ctrf
4+
vitest-ctrf
45
junit-reports
56
*.log

0 commit comments

Comments
 (0)