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:14:41 UTC

[plc4x] branch develop updated: chore(build): fix golang test report path

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 c369e4842b chore(build): fix golang test report path
c369e4842b is described below

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

    chore(build): fix golang test report path
---
 .github/workflows/go-platform.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/go-platform.yml b/.github/workflows/go-platform.yml
index 533e670e8f..3d9cf14f23 100644
--- a/.github/workflows/go-platform.yml
+++ b/.github/workflows/go-platform.yml
@@ -142,7 +142,7 @@ jobs:
         if: success() || failure()
         with:
           name: Golang Tests
-          path: target/surefire-reports/go-junit-report.xml
+          path: plc4x/plc4go/target/surefire-reports/go-junit-report.xml
           reporter: java-junit
 
       - name: Perform CodeQL Analysis