diff options
author | Olivier Lamy <olamy@apache.org> | 2022-05-06 11:42:39 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-06 11:42:39 +1000 |
commit | 7720f9bdafff07844e3fff17b6c27bfc41dd4e22 (patch) | |
tree | 37f63b714f4b7cab98fa9d4889af42c3d94ff4ef | |
parent | 03777770cc46f33ef52e42c33d97a41b9ae60ac7 (diff) | |
download | archiva-7720f9bdafff07844e3fff17b6c27bfc41dd4e22.tar.gz archiva-7720f9bdafff07844e3fff17b6c27bfc41dd4e22.zip |
remove publish test report
-rw-r--r-- | .github/workflows/maven.yml | 5 |
1 files changed, 0 insertions, 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 }} |