You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2023/06/02 09:33:34 UTC

[plc4x] branch develop updated: chore(build): remove test reporter again...

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 50f8709386 chore(build): remove test reporter again...
50f8709386 is described below

commit 50f87093869883aeff569343955207d7ccd6dde2
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Fri Jun 2 11:33:26 2023 +0200

    chore(build): remove test reporter again...
---
 .github/workflows/go-platform.yml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/.github/workflows/go-platform.yml b/.github/workflows/go-platform.yml
index 3d9cf14f23..d43711fd11 100644
--- a/.github/workflows/go-platform.yml
+++ b/.github/workflows/go-platform.yml
@@ -137,13 +137,5 @@ jobs:
         if: ${{ failure() }}
         run: ./mvnw${{ steps.platform_suffix.outputs.platform_suffix }} ${{ steps.extra_options.outputs.extra_options }} -B -P'with-go,skip-bacnet-regression-test' -pl :plc4go -am ${{ steps.platform_opts.outputs.platform_opts }} install
 
-      - name: Test Report
-        uses: dorny/test-reporter@v1
-        if: success() || failure()
-        with:
-          name: Golang Tests
-          path: plc4x/plc4go/target/surefire-reports/go-junit-report.xml
-          reporter: java-junit
-
       - name: Perform CodeQL Analysis
         uses: github/codeql-action/analyze@v2