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 <omars...@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