flow-models/.github/workflows/dbt_integration_test.yml
Shah Newaz Khan bb864a8e87
Livequery integration test gha (#349)
* add dbt.yml and integration test gha's

* update dbt selector to run all integration tests in lq package

* remove fail fast strategy
2024-08-14 09:35:41 -07:00

20 lines
421 B
YAML

name: integration test
run-name: ${{ github.event.inputs.branch }}
on:
workflow_dispatch:
concurrency: ${{ github.workflow }}
jobs:
test:
name: livequery_integration_test
uses: ./.github/workflows/dbt.yml
secrets: inherit
with:
warehouse: DBT_CLOUD
environment: ${{ github.ref == 'refs/heads/main' && 'prod' || 'stg' }}
command: dbt test -s 'livequery_models.deploy.core.*'