You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by oa...@apache.org on 2020/02/11 11:17:46 UTC

[camel-examples] branch master updated: Remove tests from github workflow

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

oalsafi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 8fdfa60  Remove tests from github workflow
8fdfa60 is described below

commit 8fdfa6066163dc7a0f5658b31a5335fc0757a3bf
Author: Omar Al-Safi <om...@gmail.com>
AuthorDate: Tue Feb 11 12:17:34 2020 +0100

    Remove tests from github workflow
---
 .github/workflows/master-push-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/master-push-build.yml b/.github/workflows/master-push-build.yml
index a8966df..4ad9232 100644
--- a/.github/workflows/master-push-build.yml
+++ b/.github/workflows/master-push-build.yml
@@ -34,4 +34,4 @@ jobs:
         with:
           java-version: ${{ matrix.java }}
       - name: mvn build and tests
-        run: ./mvnw -f examples/pom.xml -V --no-transfer-progress clean install
+        run: ./mvnw -f examples/pom.xml -V --no-transfer-progress clean install -DskipTests