We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457d688 commit c227e8cCopy full SHA for c227e8c
.github/workflows/test-devbox.yml
@@ -52,6 +52,12 @@ jobs:
52
- name: 'Use gcloud CLI without Devbox'
53
run: 'gcloud info'
54
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
61
# - name: Check devbox env variables
62
# run: devbox run -- env
63
0 commit comments