Skip to content

Commit

Permalink
Add failure ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
phhung-axonivy committed Jul 30, 2024
1 parent bed4af8 commit 8d18805
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ on:
jobs:
build:
uses: axonivy-market/github-workflows/.github/workflows/ci.yml@v4
with:
mvnArgs: '-Dmaven.test.failure.ignore=true'

2 changes: 2 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ on:
jobs:
build:
uses: axonivy-market/github-workflows/.github/workflows/dev.yml@v4
with:
mvnArgs: '-Dmaven.test.failure.ignore=true'

0 comments on commit 8d18805

Please sign in to comment.