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 15:40:11 UTC

[plc4x] branch develop updated: chore(build): first failure reporter should not fail

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 e873ba0e7f chore(build): first failure reporter should not fail
e873ba0e7f is described below

commit e873ba0e7f51dfc455b84455a53d23e0371aabe0
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Fri Jun 2 17:40:04 2023 +0200

    chore(build): first failure reporter should not fail
---
 .github/workflows/go-platform.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/go-platform.yml b/.github/workflows/go-platform.yml
index e284aca855..79ccfd2d34 100644
--- a/.github/workflows/go-platform.yml
+++ b/.github/workflows/go-platform.yml
@@ -140,6 +140,7 @@ jobs:
           name: "Golang Tests (OS: ${{ matrix.os }}) (first failure)"
           path: '**/go-junit-report.xml'
           reporter: java-junit
+          fail-on-error: false
 
       - name: Run mvnv without BacNet regression tests
         if: ${{ failure() }}