This commit is contained in:
drethereum 2025-03-12 14:22:17 -06:00
parent 46888031f6
commit 465dde6bd3

View File

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