[GHA] Distro test snapshot build
This commit is contained in:
13
.github/workflows/eclipse-distro-test-build.yml
vendored
Normal file
13
.github/workflows/eclipse-distro-test-build.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Test - Snapshot - 4.32 Eclipse STS Distribution Build
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
e432-distro:
|
||||
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
|
||||
with:
|
||||
eclipse_profile: 'e432'
|
||||
build_type: 'snapshot'
|
||||
java_version: '21'
|
||||
secrets: inherit
|
||||
Reference in New Issue
Block a user