Skip to content

Commit

Permalink
add best-practice setup for gcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwashington committed Jun 17, 2024
1 parent 64a9e3f commit 7d7b746
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/.github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,11 @@ jobs:
workload_identity_provider: '${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}'
service_account: '${{ secrets.INTEGRATION_TEST_SERVICE_ACCOUNT }}'
project_id: '${{ secrets.INTEGRATION_TEST_PROJECT_ID }}'
- name: 'Configure gcloud'
run: bash tests/integration/configure-gcloud.sh ${{ secrets.INTEGRATION_TEST_PROJECT_ID }}
- name: "Set up Cloud SDK"
uses: 'google-github-actions/setup-gcloud@v2'
with:
project_id: '${{ secrets.INTEGRATION_TEST_PROJECT_ID }}'
install_components: 'beta'
- name: 'Install AMO locally'
run: |
pip install .
Expand Down

0 comments on commit 7d7b746

Please sign in to comment.