This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/master by this push:
new 7720f9bda remove publish test report
7720f9bda is described below
commit 7720f9bdafff07844e3fff17b6c27bfc41dd4e22
Author: Olivier Lamy <[email protected]>
AuthorDate: Fri May 6 11:42:39 2022 +1000
remove publish test report
---
.github/workflows/maven.yml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 06c43e8b9..cbe068cd5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -46,8 +46,3 @@ jobs:
- name: Build with Maven
run: mvn -e -B -V install -Pci-build -T2
-
- - name: Publish Test Report
- uses: scacap/action-surefire-report@v1
- with:
- github_token: ${{ secrets.GITHUB_TOKEN }}