Skip to content

Commit

Permalink
change order of gcloud actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli committed Nov 4, 2024
1 parent 73c58cd commit 36f9ac1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
with:
version: 9.12.2

- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
with:
version: '>= 363.0.0'

- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v2'
Expand All @@ -36,6 +31,11 @@ jobs:
workload_identity_provider: 'projects/667683729937/locations/global/workloadIdentityPools/nx-cloud-gh-actions-pool/providers/gh-actions-provider'
service_account: '[email protected]'

- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
with:
version: '>= 363.0.0'

# This enables task distribution via Nx Cloud
# Run this command as early as possible, before dependencies are installed
# Learn more at https://nx.dev/ci/reference/nx-cloud-cli#npx-nxcloud-startcirun
Expand Down

0 comments on commit 36f9ac1

Please sign in to comment.