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 2020/05/20 05:11:53 UTC

[isis] branch master updated: ISIS-2341: reactivate kroviz CI build

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 ba9fc53  ISIS-2341: reactivate kroviz CI build
ba9fc53 is described below

commit ba9fc53507f2581f4943e9088f4967512090bf7c
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed May 20 07:11:42 2020 +0200

    ISIS-2341: reactivate kroviz CI build
---
 .github/workflows/ci-build-core-no-push.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-build-core-no-push.yml b/.github/workflows/ci-build-core-no-push.yml
index 76cc898..9d4738f 100644
--- a/.github/workflows/ci-build-core-no-push.yml
+++ b/.github/workflows/ci-build-core-no-push.yml
@@ -53,8 +53,8 @@ jobs:
       shell: bash
       run: bash $CI_SCRIPTS_PATH/build-core.sh
       env:
-        # also build and run smoketests
-        MVN_ADDITIONAL_OPTS: -Dsmoketests-module
+        # also build and run smoketests and kroviz
+        MVN_ADDITIONAL_OPTS: -Dsmoketests-module -Dkroviz-module
 
 # FOR DEBUG USE
 #   - name: Dump GitHub context