You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2019/12/10 19:44:16 UTC

[isis] branch master updated: ISIS-2158: CI: adds 'Code Quality' step (2)

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 949d19e  ISIS-2158: CI: adds 'Code Quality' step (2)
949d19e is described below

commit 949d19e0d38aa3c7f838c0f4b38444451613d550
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Dec 10 20:44:05 2019 +0100

    ISIS-2158: CI: adds 'Code Quality' step (2)
---
 .github/workflows/ci-build-core-no-push.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/ci-build-core-no-push.yml b/.github/workflows/ci-build-core-no-push.yml
index 874c791..deabd3b 100644
--- a/.github/workflows/ci-build-core-no-push.yml
+++ b/.github/workflows/ci-build-core-no-push.yml
@@ -69,6 +69,8 @@ jobs:
         -Dsonar.organization=apache \
         -Dsonar.host.url=https://sonarcloud.io \
         -Dsonar.login=$SONAR_TOKEN
+        -DskipTests \
+        -Denforcer.skip \
       env:
         SONAR_TOKEN: ${{ '9984f4bfa6c86ebf43b2b55ef10c3b72658a1965' }}