Skip to content

Commit

Permalink
fix: cleanup integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
verbanicm committed Nov 8, 2022
1 parent 75fd574 commit a5eced5
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/setup-gcloud-it.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
versioned:
if: ${{ github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name && github.actor != 'dependabot[bot]' }}
name: setup-gcloud versioned
runs-on: ${{ matrix.operating-system }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
latest:
if: ${{ github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name && github.actor != 'dependabot[bot]' }}
name: setup-gcloud latest
runs-on: ${{ matrix.operating-system }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
project_id:
if: ${{ github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name && github.actor != 'dependabot[bot]' }}
name: setup-gcloud with configured project
runs-on: ${{ matrix.operating-system }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
components:
if: ${{ github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name && github.actor != 'dependabot[bot]' }}
name: setup-gcloud with components
runs-on: ${{ matrix.operating-system }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -341,8 +341,6 @@ jobs:

- name: 'setup-gcloud'
uses: './'
with:
export_default_credentials: true

- id: 'gcloud'
shell: 'bash'
Expand Down Expand Up @@ -396,8 +394,6 @@ jobs:
uses: ./
with:
version: 'latest'
service_account_email: ${{ secrets.SETUP_GCLOUD_IT_EMAIL }}
service_account_key: ${{ secrets.SETUP_GCLOUD_IT_KEY }}

# current SA should be SETUP_GCLOUD_IT_EMAIL
- name: 'check current SA'
Expand Down

0 comments on commit a5eced5

Please sign in to comment.