This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 75d6a6bd75 Remove Test Reports step from workflow (#3413)
75d6a6bd75 is described below
commit 75d6a6bd75b4a026fb4fad6e1cfc887af202c081
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Aug 6 08:17:33 2026 +0100
Remove Test Reports step from workflow (#3413)
Removed Test Reports step from timing-tests workflow.
---
.github/workflows/timing-tests.yml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/.github/workflows/timing-tests.yml
b/.github/workflows/timing-tests.yml
index 6844cfafc2..25e0274af6 100644
--- a/.github/workflows/timing-tests.yml
+++ b/.github/workflows/timing-tests.yml
@@ -62,12 +62,3 @@ jobs:
-Dmultinode.Xmx256M \
-Dmultinode.XX:+AlwaysActAsServerClassMachine \
clean test
-
- - name: Test Reports
- # Makes it easier to spot failures instead of looking at the logs.
- if: ${{ failure() }}
- uses:
scacap/action-surefire-report@c38a2d74b9840ae8950a4387ae02b637421d0f39 # v1.13.0
- with:
- report_paths: '**/target/test-reports/TEST-*.xml'
- fail_if_no_tests: false
- skip_publishing: true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]