Skip to content

Commit

Permalink
Enable Platform Verification to analyze Build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Dec 17, 2023
1 parent 012a2df commit ec77ae0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:
on:
pull_request:
branches:
- 'master'
- 'tycho-4.0.x'

jobs:
build:
Expand Down Expand Up @@ -69,5 +69,5 @@ jobs:
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120
-DskipTests
-Pbree-libs
-Dtycho.version=4.0.0-SNAPSHOT
-Dtycho.version=4.0.5-SNAPSHOT
clean verify
4 changes: 2 additions & 2 deletions .github/workflows/verify-platform2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:
on:
pull_request:
branches:
- 'master'
- 'tycho-4.0.x'

jobs:
build:
Expand Down Expand Up @@ -69,6 +69,6 @@ jobs:
-Pbuild-individual-bundles
-Pbree-libs
-Dmaven.test.failure.ignore=true
-Dtycho.version=4.0.0-SNAPSHOT
-Dtycho.version=4.0.5-SNAPSHOT
-T1C
clean verify

0 comments on commit ec77ae0

Please sign in to comment.