This is an automated email from the ASF dual-hosted git repository. pascalschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new a33f54a Reduce github actions build to just checkstyle. Cache maven repository to speed-up github actions build. a33f54a is described below commit a33f54a97af061086ce3c198cd405019531b8612 Author: Pascal Schumacher <pascalschumac...@gmx.net> AuthorDate: Sun Apr 12 23:18:39 2020 +0200 Reduce github actions build to just checkstyle. Cache maven repository to speed-up github actions build. Fix 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 9eb4b91..d58568e 100644 --- a/.github/workflows/master-push-build.yml +++ b/.github/workflows/master-push-build.yml @@ -40,4 +40,4 @@ jobs: key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - name: mvn sourcecheck - run: ./mvnw -V --no-transfer-progress -Psourcecheck -Dcheckstyle.failOnViolation=true -pl checkstyle:checkstyle + run: ./mvnw -V --no-transfer-progress -Psourcecheck -Dcheckstyle.failOnViolation=true checkstyle:checkstyle