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 2022/03/08 14:41:57 UTC

[plc4x] branch develop updated: chore(build): switch refresh cache workflow to validate

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 c38f6d4  chore(build): switch refresh cache workflow to validate
c38f6d4 is described below

commit c38f6d4814b649fe02a29d553a172b630ea445dd
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Tue Mar 8 15:38:05 2022 +0100

    chore(build): switch refresh cache workflow to validate
---
 .github/workflows/refresh-caches.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/refresh-caches.yml b/.github/workflows/refresh-caches.yml
index b1562ae..a58394e 100644
--- a/.github/workflows/refresh-caches.yml
+++ b/.github/workflows/refresh-caches.yml
@@ -63,4 +63,4 @@ jobs:
             }
 
       - name: Run mvnw
-        run: ./mvnw${{ steps.platform_suffix.outputs.platform_suffix }} -U -T 1C -B -P'with-sandbox,with-c,with-go' verify
+        run: ./mvnw${{ steps.platform_suffix.outputs.platform_suffix }} -U -T 1C -B -P'with-sandbox,with-c,with-go' validate