Skip to content

Commit

Permalink
add pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm committed Jul 25, 2024
1 parent 1d1de2e commit 7de8274
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/run_integration_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Run Integration Tests for Dbt Models

on:
schedule:
- cron: "0 6 * * *"
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v4
with:
python-version: 3.12

- name: Install poetry
uses: abatilo/actions-poetry@v2

- name: checkout
uses: actions/checkout@v2

- name: Get what connector we are testing

0 comments on commit 7de8274

Please sign in to comment.