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 e012bc6 commit ab0edeb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/gcp-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@ jobs:

- name: 'SSH into the instance'
run: |
gcloud auth activate-service-account --key-file <(echo ${{ secrets.GCP_AUTH }})
gcloud config set project gpu-insatnce
gcloud config set compute/zone us-central1-a
gcloud compute ssh demos-tests --command "ls"
gcloud compute ssh demos-tests --quiet --zone us-central1-a --command "cd actions-runner; ./run.sh >/dev/null 2>&1"
run-test:
needs: activate-vm
Expand Down

0 comments on commit ab0edeb

Please sign in to comment.