Skip to content

Commit

Permalink
Disable tests on GitHub Actions
Browse files Browse the repository at this point in the history
- We run the tests on our own Jenkins CI
- There are some tests which are currently failing on GitHub Actions, however the current shared actions workflow yml has to strict glob patters and don't find the surefire raport xml
  • Loading branch information
ivy-lli committed Dec 20, 2024
1 parent ebbab20 commit 21b7f46
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 21b7f46

Please sign in to comment.