Skip to content

Commit

Permalink
install auth for windows and mac
Browse files Browse the repository at this point in the history
  • Loading branch information
msciabarra committed Aug 26, 2023
1 parent f9e2b0a commit 48ca751
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ env:
jobs:
test-linux:
runs-on: ubuntu-22.04
needs: test-mac
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -98,7 +99,7 @@ jobs:

test-windows:
runs-on: windows-2022
needs: test-linux
#needs: test-mac
if: ${{ ! startsWith(github.ref_name, 'kind') }}
steps:
- name: 'Login in GCloud'
Expand All @@ -109,6 +110,9 @@ jobs:
- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v1'
if: ${{ startsWith(github.ref_name, 'gke') }}
- name: 'Update plugin'
if: ${{ startsWith(github.ref_name, 'gke') }}
run: gcloud components install gke-gcloud-auth-plugin
- name: Checkout
uses: actions/checkout@v3
- name: Nuv
Expand Down Expand Up @@ -186,6 +190,9 @@ jobs:
- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v1'
if: ${{ startsWith(github.ref_name, 'gke') }}
- name: 'Update plugin'
if: ${{ startsWith(github.ref_name, 'gke') }}
run: gcloud components install gke-gcloud-auth-plugin
- name: Nuv
run: |
VER="$(curl https://raw.githubusercontent.com/nuvolaris/olaris/0.3.0/nuvroot.json | jq .version -r)"
Expand Down

0 comments on commit 48ca751

Please sign in to comment.