fix matrix (#71)

This commit is contained in:
Julius Remigio 2023-10-26 17:36:49 -07:00 committed by GitHub
parent 05f2661069
commit e55623afd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,12 +15,13 @@ jobs:
uses: ./.github/workflows/dbt.yml
secrets: inherit
strategy:
fail-fast: false
matrix:
include:
- environment: hosted
- warehouse: XSMALL
warehouse: XSMALL
- environment: prod
- warehouse: DBT_CLOUD
warehouse: DBT_CLOUD
with:
warehouse: ${{ matrix.warehouse }}
environment: ${{ matrix.environment }}