Skip to content

Commit 6ad18d0

Browse files
committed
fix: correct test report naming in workflow configuration
1 parent 5dd6462 commit 6ad18d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
if: always()
41-
- name: Publish Test Reports
41+
- name: Publish Test Report
4242
uses: ./
4343
with:
4444
report-path: './ctrf/*.json'

0 commit comments

Comments
 (0)