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
4 changes: 2 additions & 2 deletions .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
if: ${{ failure() }}
# https://github.com/ScaCap/action-surefire-report/releases/
# v1.0.13
uses: scacap/action-surefire-report@482f012643ed0560e23ef605a79e8e87ca081648
uses: scacap/action-surefire-report@5609ce4db72c09db044803b344a8968fd1f315da
with:
report_paths: '**/target/test-reports/TEST-*.xml'
fail_if_no_tests: false
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
if: ${{ failure() }}
# https://github.com/ScaCap/action-surefire-report/releases/
# v1.0.13
uses: scacap/action-surefire-report@482f012643ed0560e23ef605a79e8e87ca081648
uses: scacap/action-surefire-report@5609ce4db72c09db044803b344a8968fd1f315da
with:
report_paths: '**/target/test-reports/TEST-*.xml'
fail_if_no_tests: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/timing-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
if: ${{ failure() }}
# https://github.com/ScaCap/action-surefire-report/releases/
# v1.0.13
uses: scacap/action-surefire-report@482f012643ed0560e23ef605a79e8e87ca081648
uses: scacap/action-surefire-report@5609ce4db72c09db044803b344a8968fd1f315da
with:
report_paths: '**/target/test-reports/TEST-*.xml'
fail_if_no_tests: false
Expand Down
Loading