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 95281e1 Remove tests from master-push-build 95281e1 is described below commit 95281e1d927ebded4337a7401f72dc509fa41a88 Author: Omar Al-Safi <omars...@gmail.com> AuthorDate: Tue Feb 11 12:18:17 2020 +0100 Remove tests from master-push-build --- .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 4ad9232..30ad1ad 100644 --- a/.github/workflows/master-push-build.yml +++ b/.github/workflows/master-push-build.yml @@ -33,5 +33,5 @@ jobs: uses: actions/setup-java@v1 with: java-version: ${{ matrix.java }} - - name: mvn build and tests + - name: mvn build run: ./mvnw -f examples/pom.xml -V --no-transfer-progress clean install -DskipTests