Skip to content

Commit e4882a4

Browse files
committed
update test report generation and path in build-and-test.yml
1 parent 8ad446b commit e4882a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
if: always()
3838

3939
- name: Generate CTRF Report
40-
run: npx ctrf junit build/test-results/test/**/*.xml
40+
run: npx junit-to-ctrf build/test-results/test/**/*.xml
4141
if: always()
4242

4343
- name: Publish Test Report
4444
uses: ctrf-io/github-test-reporter@v1
4545
with:
46-
report-path: 'ctrf-report.json'
46+
report-path: 'ctrf/ctrf-report.json'
4747
if: always()

0 commit comments

Comments
 (0)