Skip to content

Commit

Permalink
Bump phoenix-actions/test-reporting (#2330)
Browse files Browse the repository at this point in the history
Bumps the github-actions group in /.github/workflows/test with 1 update: [phoenix-actions/test-reporting](https://github.com/phoenix-actions/test-reporting).

Updates `phoenix-actions/test-reporting` from 13 to 14
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 80349f2 commit 9983633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
run: find ./build/output/junit-* -exec grep -q '<testsuites />' '{}' \; -delete

- name: "Test Report Summary: ${{ inputs.name }}-${{ runner.os == 'Linux' && 'linux' || 'windows' }}"
uses: phoenix-actions/test-reporting@v13
uses: phoenix-actions/test-reporting@v14
if: success() || failure()
with:
name: " Tests: ${{ inputs.name }}-${{ runner.os == 'Linux' && 'linux' || 'windows' }}"
Expand Down

0 comments on commit 9983633

Please sign in to comment.