Skip to content

Commit

Permalink
Merge pull request #640 from axonivy-market/disable-tests
Browse files Browse the repository at this point in the history
Disable tests on GitHub Actions
  • Loading branch information
ivy-lli authored Dec 20, 2024
2 parents ebbab20 + 21b7f46 commit fa28564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ on:

jobs:
build:
uses: axonivy-market/github-workflows/.github/workflows/dev.yml@v4
uses: axonivy-market/github-workflows/.github/workflows/dev.yml@v5
with:
mvnArgs: -Dmaven.test.failure.ignore=true
mvnArgs: -Dmaven.test.skip=true # We run the tests on our Jenkins CI

0 comments on commit fa28564

Please sign in to comment.