Skip to content

CI create subflow per dbt version testing #290

CI create subflow per dbt version testing

CI create subflow per dbt version testing #290

Workflow file for this run

name: Build and Test
on:
push:
branches: [ main ]
paths-ignore:
- '.idea/**'
- '.run/**'
pull_request:
branches: [ main ]
paths-ignore:
- '.idea/**'
- '.run/**'
jobs:
call-test-dbt-1-6:
uses: ./.github/workflows/tests-dbt-version.yml
with:
dbt-version: "1.6"
call-test-dbt-1-7:
uses: ./.github/workflows/tests-dbt-version.yml
with:
dbt-version: "1.7"
call-test-dbt-1-8:
uses: ./.github/workflows/tests-dbt-version.yml
with:
dbt-version: "1.8"
call-test-dbt-1-9:
uses: ./.github/workflows/tests-dbt-version.yml
with:
dbt-version: "1.9"