add provider example test to weekly (#2840)

This commit is contained in:
Adrian Stobbe 2024-01-25 11:09:27 +01:00 committed by GitHub
parent 9fb6c3216e
commit 77276cb4ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}