Skip to content

Commit

Permalink
update gcloud script step to call bash
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwashington committed Jun 17, 2024
1 parent 11d05ea commit 64a9e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
service_account: '${{ secrets.INTEGRATION_TEST_SERVICE_ACCOUNT }}'
project_id: '${{ secrets.INTEGRATION_TEST_PROJECT_ID }}'
- name: 'Configure gcloud'
run: tests/integration/configure-gcloud.sh ${{ secrets.INTEGRATION_TEST_PROJECT_ID }}
run: bash tests/integration/configure-gcloud.sh ${{ secrets.INTEGRATION_TEST_PROJECT_ID }}
- name: 'Install AMO locally'
run: |
pip install .
Expand Down

0 comments on commit 64a9e3f

Please sign in to comment.