Skip to content

Commit

Permalink
Add gcloud auth for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khatwanimohit committed Feb 22, 2025
1 parent 7c9e7ba commit 0ee735e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/RunTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
run: which gsutil >/dev/null 2>&1 || { echo >&2 "gsutil is required but not installed. Aborting"; exit 24;}
- name: Cleanup old docker images
run: docker system prune --all --force
- name: Authenticate gcloud
run: gcloud auth configure-docker us-docker.pkg.dev --quiet

tpu_image:
needs: prelim
Expand Down

0 comments on commit 0ee735e

Please sign in to comment.