Skip to content

Commit

Permalink
make install_sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Jan 16, 2025
1 parent d51ea44 commit 7d68154
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ jobs:
- name: Run setup script
run: #{{ index .Config.SetupScript }}#
#{{- end }}#
#{{- if .Config.Shards }}#
- name: Install prebuilt SDKs
run: make install_sdks
#{{- end }}#
#{{- if not .Config.Shards }}#
- name: Install dependencies
run: make install_${{ matrix.language}}_sdk
Expand Down
2 changes: 2 additions & 0 deletions provider-ci/test-providers/eks/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ jobs:
role-duration-seconds: 7200
role-session-name: eks@githubActions
role-to-assume: ${{ secrets.AWS_CI_ROLE_ARN }}
- name: Install prebuilt SDKs
run: make install_sdks
- name: Generate test shards
run: |-
cd examples
Expand Down

0 comments on commit 7d68154

Please sign in to comment.