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 61cb183 commit 457d688Copy full SHA for 457d688
.github/workflows/test-devbox.yml
@@ -46,9 +46,12 @@ jobs:
46
service_account: cicd-build-deploy-api@benefit-decision-toolkit-play.iam.gserviceaccount.com
47
project_id: ${{ env.PROJECT_ID }}
48
49
- - name: 'Use gcloud CLI via Devbox?'
+ - name: 'Use gcloud CLI via Devbox'
50
run: 'devbox run -- gcloud info'
51
52
+ - name: 'Use gcloud CLI without Devbox'
53
+ run: 'gcloud info'
54
+
55
# - name: Check devbox env variables
56
# run: devbox run -- env
57
0 commit comments