Skip to content

Commit

Permalink
Use configured languages for tool installation
Browse files Browse the repository at this point in the history
In `setup-tools`, the language `node` was renamed to `nodejs` for consistency. We missed it in 3 spots.
  • Loading branch information
ringods committed Sep 10, 2024
1 parent 8fc0b60 commit 408db85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup tools
uses: ./.github/actions/setup-tools
with:
tools: pulumictl, pulumicli, go, node, dotnet, python
tools: pulumictl, pulumicli, go, nodejs, dotnet, python
- name: Sync with ci-mgmt
run: cp -r "ci-mgmt/provider-ci/providers/$PROVIDER/repo/." .
- name: Remove ci-mgmt directory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Setup tools
uses: ./.github/actions/setup-tools
with:
tools: pulumictl, pulumicli, go, node, dotnet, python, java
tools: pulumictl, pulumicli, #{{ range $index, $element := .Config.languages }}##{{if $index}}#, #{{end}}##{{ $element }}##{{end}}#
- name: Call upgrade provider action
if: github.event_name == 'workflow_dispatch'
uses: #{{ .Config.actionVersions.upgradeProviderAction }}#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Setup tools
uses: ./.github/actions/setup-tools
with:
tools: pulumicli, go, node, dotnet, python, java
tools: pulumicli, #{{ range $index, $element := .Config.languages }}##{{if $index}}#, #{{end}}##{{ $element }}##{{end}}#
#{{- if .Config.releaseVerification.nodejs }}#
- name: Verify nodejs release
uses: pulumi/verify-provider-release@v1
Expand Down

0 comments on commit 408db85

Please sign in to comment.