Skip to content

Snapshot - Eclipse LS Extensions #183

Snapshot - Eclipse LS Extensions

Snapshot - Eclipse LS Extensions #183

Workflow file for this run

name: Snapshot - Eclipse LS Extensions
concurrency:
group: snapshot-all
cancel-in-progress: true
on:
workflow_dispatch:
push:
branches:
- 'main'
jobs:
eclipse-ls-extensions:
uses: ./.github/workflows/eclipse-ls-extensions-build.yml
with:
eclipse_profile: 'e432'
build_type: 'snapshot'
skip_tests: false
secrets: inherit
e432-distro:
needs: [ eclipse-ls-extensions ]
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml

Check failure on line 25 in .github/workflows/snapshot-all.yml

View workflow run for this annotation

GitHub Actions / Snapshot - Eclipse LS Extensions

Invalid workflow file

The workflow is not valid. In .github/workflows/snapshot-all.yml (Line: 25, Col: 11): Error from called workflow spring-projects/sts4/.github/workflows/gh-hosted-eclipse-distro-build.yml@d6281a0a35c873688eccf1e7c6e2c7b3eabf7446 (Line: 156, Col: 5): Unexpected value 'sign-win-distros'
with:
eclipse_profile: 'e432'
build_type: 'snapshot'
java_version: '21'
secrets: inherit
e433-distro:
needs: [ eclipse-ls-extensions ]
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e433'
build_type: 'snapshot'
java_version: '21'
secrets: inherit
e434-distro:
needs: [ eclipse-ls-extensions ]
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e434'
build_type: 'snapshot'
java_version: '21'
secrets: inherit
vscode-spring-boot:
uses: ./.github/workflows/snapshot-vscode-extension.yml
with:
extension-name: vscode-spring-boot
secrets: inherit
vscode-concourse:
uses: ./.github/workflows/snapshot-vscode-extension.yml
with:
extension-name: vscode-concourse
secrets: inherit
vscode-manifest-yaml:
uses: ./.github/workflows/snapshot-vscode-extension.yml
with:
extension-name: vscode-manifest-yaml
secrets: inherit
vscode-bosh:
uses: ./.github/workflows/snapshot-vscode-extension.yml
with:
extension-name: vscode-bosh
secrets: inherit