Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
tutn-axonivy committed Mar 22, 2024
1 parent 9946a95 commit 6d84a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d84a8c

Please sign in to comment.