Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1588 committed Nov 26, 2024
1 parent 52bd1fe commit 0462458
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/scheduled-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
jobs:
test:
runs-on: ${{ matrix.platform }}
environment: "testing"
strategy:
matrix:
platform:
Expand Down Expand Up @@ -80,5 +81,12 @@ jobs:
role-session-name: pulumi-docs-examples@githubActions
role-to-assume: ${{ secrets.AWS_CI_ROLE_ARN }}

- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v2
with:
workload_identity_provider: projects/${{ vars.GOOGLE_PROJECT_NUMBER }}/locations/global/workloadIdentityPools/${{ vars.GOOGLE_CI_WORKLOAD_IDENTITY_POOL }}/providers/${{ vars.GOOGLE_CI_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ vars.GOOGLE_CI_SERVICE_ACCOUNT_EMAIL }}

- name: Run the tests
run: make test

0 comments on commit 0462458

Please sign in to comment.