Skip to content

Commit c227e8c

Browse files
committed
actions: a third gcloud info after setup action
1 parent 457d688 commit c227e8c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-devbox.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ jobs:
5252
- name: 'Use gcloud CLI without Devbox'
5353
run: 'gcloud info'
5454

55+
- name: 'Set up Cloud SDK'
56+
uses: 'google-github-actions/setup-gcloud@v2'
57+
58+
- name: 'Use gcloud CLI without Devbox after setup action'
59+
run: 'gcloud info'
60+
5561
# - name: Check devbox env variables
5662
# run: devbox run -- env
5763

0 commit comments

Comments
 (0)