We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eadbfc commit 82c6311Copy full SHA for 82c6311
.github/workflows/test/action.yml
@@ -36,7 +36,7 @@ runs:
36
run: find ./build/output/junit-* -exec grep -q '<testsuites />' '{}' \; -delete
37
38
- name: "Test Report Summary: ${{ inputs.name }}-${{ runner.os == 'Linux' && 'linux' || 'windows' }}"
39
- uses: phoenix-actions/test-reporting@v12
+ uses: phoenix-actions/test-reporting@v13
40
if: success() || failure()
41
with:
42
name: " Tests: ${{ inputs.name }}-${{ runner.os == 'Linux' && 'linux' || 'windows' }}"
0 commit comments