Skip to content

Commit 0cae4b7

Browse files
committed
fix: update test report naming to plural in workflow configuration
1 parent b5bab9a commit 0cae4b7

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 Report
41+
- name: Publish Test Reports
4242
uses: ./
4343
with:
4444
report-path: './ctrf/*.json'

0 commit comments

Comments
 (0)