Skip to content

feat: new unit tests for dbt models and macros #5

feat: new unit tests for dbt models and macros

feat: new unit tests for dbt models and macros #5

Workflow file for this run

name: Run all tests & checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
run_tests:
name: tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install requirements
run: pip3 install -r requirements.txt
- name: Run tests
run: dbt test --profiles-dir $DBT_PROFILES_DIR