Skip to content

Feature/v0.4.0

Feature/v0.4.0 #168

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
name: Build_TestProj_Post_Install_Main
on:
push:
branches: [ "main", "dev"]
pull_request:
branches: [ "main", "dev"]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
dbt_wrapper run-all samples/testproj samples/testproj --no-upload-notebooks-via-api --no-auto-run-master-notebook --no-download-metadata --no-auto-execute-metadata-extract
- name: Archive testproj artifacts
uses: actions/upload-artifact@v4
with:
name: dist-without-markdown
path: |
samples_tests/target/