Skip to content

Commit

Permalink
Changes to checkpoint CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BAntonellini committed Feb 9, 2024
1 parent 6dc5193 commit c58b156
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/run_dbt_checkpoint_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,25 @@ on:
jobs:
dbt-checkpoint:
runs-on: ubuntu-latest
env:
DB_PASSWORD: ${{ secrets.DATACOVES__MAIN__PASSWORD }}
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup Python
uses: actions/setup-python@v2

- id: get_file_changes
uses: trilom/file-changes-action@v1.2.4
with:
output: " "

- id: install_dbt
run: pip install dbt-core==1.6.3
shell: bash

- name: Run dbt checkpoint
uses: dbt-checkpoint/dbt-checkpoint@fix-github-action
uses: pre-commit/action@v3.0.1
with:
args: run --all-files
extra_args: --files ${{ steps.get_file_changes.outputs.files}}

0 comments on commit c58b156

Please sign in to comment.