mirror of
https://github.com/FlipsideCrypto/blast-models.git
synced 2026-02-06 14:11:55 +00:00
env
This commit is contained in:
parent
46888031f6
commit
465dde6bd3
2
.github/workflows/dbt_integration_test.yml
vendored
2
.github/workflows/dbt_integration_test.yml
vendored
@ -12,6 +12,6 @@ jobs:
|
||||
with:
|
||||
command: >
|
||||
dbt test --selector 'integration_tests'
|
||||
environment: ${{ github.ref == 'refs/heads/main' && 'workflow_prod' || 'workflow_dev' }}
|
||||
environment: ${{ inputs.environment }}
|
||||
warehouse: ${{ vars.WAREHOUSE }}
|
||||
secrets: inherit
|
||||
Loading…
Reference in New Issue
Block a user