Skip to content

Commit

Permalink
Update main.ymladd dbt deps
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcrosher authored Oct 9, 2024
1 parent c650a21 commit a3e494e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
run: |
dbt debug --profile $profile
- name: dbt deps
env:
adbtoken: ${{ secrets.ADBTOKEN }}
run: |
dbt deps --profile $profile
- name: dbt build
env:
adbtoken: ${{ secrets.ADBTOKEN }}
Expand Down

0 comments on commit a3e494e

Please sign in to comment.