mirror of
https://github.com/FlipsideCrypto/livequery-base.git
synced 2026-02-06 11:16:44 +00:00
fix matrix (#71)
This commit is contained in:
parent
05f2661069
commit
e55623afd3
5
.github/workflows/dbt_integration_test.yml
vendored
5
.github/workflows/dbt_integration_test.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user