Skip to content

Commit 7318c70

Browse files
committed
fix: rename test-table-report to test-report in workflow configuration
1 parent 249ff86 commit 7318c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
report-path: './ctrf/*.json'
2727
summary-report: true
28-
test-table-report: true
28+
test-report: true
2929
upload-artifact: true
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)