Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/component-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
path: local-test-reports/**

- name: Publish Test Report
uses: dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8
uses: dorny/test-reporter@b082adf0eced0765477756c2a610396589b8c637
if: always()
with:
name: ${{ inputs.name }} Component Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
path: ${{ inputs.path }}/test-reports/**

- name: Publish Test Report
uses: dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8
uses: dorny/test-reporter@b082adf0eced0765477756c2a610396589b8c637
if: always()
with:
name: ${{ inputs.name }} Unit Tests
Expand Down
Loading