dbt - Governance and Collaboration
Given this GitHub Actions snippet in a dbt PR workflow:
What will happen if a test fails?
steps: - run: dbt deps - run: dbt seed --select my_seed - run: dbt run --models state:modified - run: dbt test --models state:modified
What will happen if a test fails?
