Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Bump tar from 6.1.13 to 6.2.1 in /reports #1

Bump tar from 6.1.13 to 6.2.1 in /reports

Bump tar from 6.1.13 to 6.2.1 in /reports #1

Workflow file for this run

name: CI
on: pull_request
jobs:
dbt-build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install -r requirements.txt
pipx install meltano && meltano install
- name: Run Extract and Load
run: meltano run tap-jaffle-shop target-duckdb
- name: Install dbt Dependencies
run: dbt deps
- name: dbt Build
run: dbt build