From 6d84a8c277d55b768a5c2b7a56da39f8216c0431 Mon Sep 17 00:00:00 2001 From: tutn Date: Fri, 22 Mar 2024 16:06:28 +0700 Subject: [PATCH] Update script --- .github/workflows/CI-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI-build.yml b/.github/workflows/CI-build.yml index 6f8f00fc..7d810f53 100644 --- a/.github/workflows/CI-build.yml +++ b/.github/workflows/CI-build.yml @@ -33,9 +33,9 @@ jobs: shell: bash run: | cd market-test - mvn clean compile exec:java -Dexec.mainClass="com.axonivy.market.CreateBundle" -Dmaven.plugin.validation=none -Duser.home=/tmp -DskipTests + mvn compile exec:java -Dexec.mainClass="com.axonivy.market.CreateBundle" -Dmaven.plugin.validation=none -Duser.home=/tmp -DskipTests ls -l target/ - mvn clean verify -P json.schema -Dmaven.plugin.validation=none -Duser.home=/tmp -DfailFast=true + # mvn clean verify -P json.schema -Dmaven.plugin.validation=none -Duser.home=/tmp -DfailFast=true cd ../ - name: Archive build artifact