Skip to content

Commit

Permalink
Test Workflow for running dbt-checkpoint CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BAntonellini committed Feb 9, 2024
1 parent 6d2d726 commit 8959d89
Showing 1 changed file with 12 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: pre-commit

on:
workflow_dispatch:
push:
branches:
- dev_bruno

jobs:
pre-commit:
Expand All @@ -19,9 +21,14 @@ jobs:
with:
output: " "

# - name: Run dbt checkpoint
# uses: dbt-checkpoint/dbt-checkpoint@v1.2.0
# env:
# DB_PASSWORD: ${{ secrets.SuperSecret }}
# with:
# args: "run --files ${{ steps.file_changes.outputs.files }}"

- name: Run dbt checkpoint
uses: dbt-checkpoint/dbt-checkpoint@v1.2.0
env:
DB_PASSWORD: ${{ secrets.SuperSecret }}
uses: dbt-checkpoint/dbt-checkpoint
with:
args: run --files ${{ steps.file_changes.outputs.files }}
args: run --all-files

0 comments on commit 8959d89

Please sign in to comment.