Skip to content

Cache pip dependencies (#55) #301

Cache pip dependencies (#55)

Cache pip dependencies (#55) #301

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:
test-dbt-1-6:
uses: ./.github/workflows/tests-dbt-version.yml
with:
dbt-version: "1.6"
test-dbt-1-7:
uses: ./.github/workflows/tests-dbt-version.yml
with:
dbt-version: "1.7"
needs: test-dbt-1-6
test-dbt-1-8:
uses: ./.github/workflows/tests-dbt-version.yml
with:
dbt-version: "1.8"
needs: test-dbt-1-7
test-dbt-1-9:
uses: ./.github/workflows/tests-dbt-version.yml
with:
dbt-version: "1.9"
needs: test-dbt-1-8