Skip to content

Commit

Permalink
Test new checkpoint action
Browse files Browse the repository at this point in the history
  • Loading branch information
BAntonellini committed Feb 12, 2024
1 parent 0c15600 commit cefadf9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_dbt_checkpoint_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
shell: bash

- name: Run dbt checkpoint
uses: pre-commit/action@v3.0.1
uses: dbt-checkpoint/action@v0.1
with:
dbt_version: 1.6.3
dbt_adapter: dbt-snowflake
extra_args: --files ${{ steps.get_file_changes.outputs.files}}

0 comments on commit cefadf9

Please sign in to comment.