Skip to content

Commit

Permalink
[GHA]: Integrate LS build on different platforms into snapshot build
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed Dec 8, 2024
1 parent 18c23e3 commit fd7379b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'main'

jobs:
build:
language-servers-build:
uses: ./.github/workflows/multiplatform-ls-build.yml
with:
java_version: '21'
Expand Down
14 changes: 13 additions & 1 deletion .github/workflows/snapshot-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,20 @@ on:

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: 'e432'
build_type: 'snapshot'
skip_tests: false
skip_tests: true
secrets: inherit

e432-distro:
Expand Down Expand Up @@ -48,24 +56,28 @@ jobs:
secrets: inherit

vscode-spring-boot:
needs: [ language-servers-multiplatform-build ]
uses: ./.github/workflows/snapshot-vscode-extension.yml
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
Expand Down

0 comments on commit fd7379b

Please sign in to comment.