Skip to content

Commit

Permalink
setup gcloud in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Nov 21, 2024
1 parent 9b216f5 commit 2f40389
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ jobs:
run: make install-cli
- name: Print Plural CLI version
run: plural version
- name: Set up Google Cloud SDK
uses: google-github-actions/setup-gcloud@v2
with:
version: ">= 363.0.0"
- name: Print Google Cloud SDK info
run: gcloud info

0 comments on commit 2f40389

Please sign in to comment.