Skip to content

Commit

Permalink
add provider example test to weekly (#2840)
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead authored Jan 25, 2024
1 parent 9fb6c32 commit 77276cb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/e2e-test-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,3 +415,18 @@ jobs:
uses: ./.github/workflows/e2e-windows.yml
with:
scheduled: ${{ github.event_name == 'schedule' }}

e2e-terraform-provider-example:
name: Run Terraform provider example E2E test
strategy:
fail-fast: false
matrix:
cloudProvider: ["gcp", "azure", "aws"]
permissions:
id-token: write
contents: read
packages: write
secrets: inherit
uses: ./.github/workflows/e2e-test-provider-example.yml
with:
cloudProvider: ${{ matrix.cloudProvider }}

0 comments on commit 77276cb

Please sign in to comment.