Skip to content

Commit

Permalink
gcp auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarsh2001 committed Oct 4, 2023
1 parent 4ad5690 commit d5f06ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gcp-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
run: 'gcloud compute instances start demos-tests --zone us-central1-a'

- name: 'SSH into the instance'
run: 'gcloud compute ssh demos-tests --zone us-central1-a --command "cd actions-runner ; ./run.sh'
run: |
gcloud compute ssh demos-tests --zone us-central1-a --command "cd actions-runner ; ./run.sh"
run-test:
needs: activate-vm
Expand Down

0 comments on commit d5f06ac

Please sign in to comment.