Skip to content

Commit c261efc

Browse files
committed
ci: add ts-node for script support and update report paths
1 parent c056250 commit c261efc

15 files changed

+386
-118
lines changed

.github/workflows/ai-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Publish Test Report
2222
uses: ./
2323
with:
24-
report-path: './ctrf/*.json'
24+
report-path: './ctrf-reports/*.json'
2525
ai-report: true
2626
if: always()
2727
- name: Upload test results

.github/workflows/commit-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Publish Test Report
2222
uses: ./
2323
with:
24-
report-path: './ctrf/*.json'
24+
report-path: './ctrf-reports/*.json'
2525
commit-report: true
2626
if: always()
2727
- name: Upload test results

.github/workflows/community-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Publish Test Report
2222
uses: ./
2323
with:
24-
report-path: './ctrf/*.json'
24+
report-path: './ctrf-reports/*.json'
2525
community-report-name: 'summary-short'
2626
community-report: true
2727
if: always()

.github/workflows/custom-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Publish Test Report
2222
uses: ./
2323
with:
24-
report-path: './ctrf/*.json'
24+
report-path: './ctrf-reports/*.json'
2525
template-path: './templates/custom-report.hbs'
2626
custom-report: true
2727
if: always()

.github/workflows/detailed-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Publish Test Report
2222
uses: ./
2323
with:
24-
report-path: './ctrf/*.json'
24+
report-path: './ctrf-reports/*.json'
2525
test-report: true
2626
test-list-report: true
2727
if: always()

.github/workflows/failed-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Publish Test Report
2222
uses: ./
2323
with:
24-
report-path: './ctrf/*.json'
24+
report-path: './ctrf-reports/*.json'
2525
failed-report: true
2626
failed-folded-report: true
2727
fail-rate-report: true

.github/workflows/flaky-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Publish Test Report
2222
uses: ./
2323
with:
24-
report-path: './ctrf/*.json'
24+
report-path: './ctrf-reports/*.json'
2525
flaky-report: true
2626
flaky-rate-report: true
2727
env:

.github/workflows/previous-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Publish Test Report
2222
uses: ./
2323
with:
24-
report-path: './ctrf/*.json'
24+
report-path: './ctrf-reports/*.json'
2525
previous-results-report: true
2626
upload-artifact: true
2727
env:

.github/workflows/skipped-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Publish Test Report
2222
uses: ./
2323
with:
24-
report-path: './ctrf/*.json'
24+
report-path: './ctrf-reports/*.json'
2525
skipped: true
2626
if: always()
2727
- name: Upload test results

.github/workflows/suite-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Publish Test Report
2222
uses: ./
2323
with:
24-
report-path: './ctrf/*.json'
24+
report-path: './ctrf-reports/*.json'
2525
suite-folded-report: true
2626
suite-list-report: true
2727
if: always()

0 commit comments

Comments
 (0)