Skip to content

Commit

Permalink
Ignore testfailures in the platform build...
Browse files Browse the repository at this point in the history
... we are actually only interested that the build itself resolve,
compile and run the tests, but not so much about there results.
  • Loading branch information
laeubi committed Feb 7, 2023
1 parent aa7e8d5 commit d5c3128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/verify-platform2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
--global-toolchains ${{ github.workspace }}/platform/.github/toolchains.xml
-Pbuild-individual-bundles
-Pbree-libs
-Dmaven.test.failure.ignore=true
-Dtycho.version=4.0.0-SNAPSHOT
-T1C
clean verify

0 comments on commit d5c3128

Please sign in to comment.