Skip to content

Commit

Permalink
Update vagrant.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofurtado authored Oct 5, 2024
1 parent 60b4937 commit 4cf05a5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,15 @@ jobs:
- name: VM - Putty
run: vagrant ssh -c "puttygen --version"

- name: VM - Google Cloud CLI - gcloud
run: vagrant ssh -c "gcloud --version"

- name: VM - Google Cloud CLI - bq
run: vagrant ssh -c "bq version"

- name: VM - Google Cloud CLI - gsutil
run: vagrant ssh -c "gsutil --version"

- name: VM - Default user
run: vagrant ssh -c "whoami"

Expand Down

0 comments on commit 4cf05a5

Please sign in to comment.