Skip to content

Snapshot - Eclipse LS Extensions #545

Snapshot - Eclipse LS Extensions

Snapshot - Eclipse LS Extensions #545

Workflow file for this run

name: Snapshot - Eclipse LS Extensions
concurrency:
group: sts5-snapshot-all
cancel-in-progress: true
on:
workflow_dispatch:
push:
branches:
- 'main'
- '4.x'
jobs:
language-servers-multiplatform-build:
uses: ./.github/workflows/multiplatform-ls-build.yml
with:
java_version: '21'
skip_tests: false
secrets: inherit
eclipse-ls-extensions:
needs: [ language-servers-multiplatform-build ]
uses: ./.github/workflows/eclipse-ls-extensions-build.yml
with:
eclipse_profile: 'e436'
build_type: 'snapshot'
skip_tests: true
secrets: inherit
# e435-distro:
# needs: [ eclipse-ls-extensions ]
# uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
# with:
# eclipse_profile: 'e435'
# build_type: 'snapshot'
# java_version: '21'
# secrets: inherit
#
# e436-distro:
# needs: [ eclipse-ls-extensions ]
# uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
# with:
# eclipse_profile: 'e436'
# build_type: 'snapshot'
# java_version: '21'
# secrets: inherit
#
e437-distro:
needs: [ eclipse-ls-extensions ]
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e437'
build_type: 'snapshot'
java_version: '21'
secrets: inherit
vscode-spring-boot:
needs: [ language-servers-multiplatform-build ]
uses: ./.github/workflows/snapshot-vscode-extension.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/snapshot-all.yml

Invalid workflow file

error parsing called workflow ".github/workflows/snapshot-all.yml" -> "./.github/workflows/snapshot-vscode-extension.yml" (source branch with sha:91d1933074600374d65ea5b7b081a4f27ff36987) : (Line: 41, Col: 14): Unexpected symbol: '}'. Located at position 23 within expression: inputs.extension-name } version=$(npm pkg get version) cd ${{ github.workspace
with:
extension-name: vscode-spring-boot
secrets: inherit
vscode-concourse:
needs: [ language-servers-multiplatform-build ]
uses: ./.github/workflows/snapshot-vscode-extension.yml
with:
extension-name: vscode-concourse
secrets: inherit
vscode-manifest-yaml:
needs: [ language-servers-multiplatform-build ]
uses: ./.github/workflows/snapshot-vscode-extension.yml
with:
extension-name: vscode-manifest-yaml
secrets: inherit
vscode-bosh:
needs: [ language-servers-multiplatform-build ]
uses: ./.github/workflows/snapshot-vscode-extension.yml
with:
extension-name: vscode-bosh
secrets: inherit