Skip to content

Commit 457d688

Browse files
committed
actions: gcloud without devbox
1 parent 61cb183 commit 457d688

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-devbox.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,12 @@ jobs:
4646
service_account: cicd-build-deploy-api@benefit-decision-toolkit-play.iam.gserviceaccount.com
4747
project_id: ${{ env.PROJECT_ID }}
4848

49-
- name: 'Use gcloud CLI via Devbox?'
49+
- name: 'Use gcloud CLI via Devbox'
5050
run: 'devbox run -- gcloud info'
5151

52+
- name: 'Use gcloud CLI without Devbox'
53+
run: 'gcloud info'
54+
5255
# - name: Check devbox env variables
5356
# run: devbox run -- env
5457

0 commit comments

Comments
 (0)