Skip to content

Commit

Permalink
Fix action base on
Browse files Browse the repository at this point in the history
  • Loading branch information
chnam-axonivy committed Jul 25, 2024
1 parent 3cd244b commit 2a14d3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ on:

jobs:
build:
uses: axonivy-market/github-workflows/.github/workflows/ci.yml@v2
uses: axonivy-market/github-workflows/.github/workflows/ci.yml@v3
4 changes: 3 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ on:

jobs:
build:
uses: axonivy-market/github-workflows/.github/workflows/dev.yml@v2
uses: axonivy-market/github-workflows/.github/workflows/dev.yml@v3
with:
mvnArgs: '-Divy.script.validation.skip=true'

0 comments on commit 2a14d3c

Please sign in to comment.