Skip to content

Commit 6ae2229

Browse files
add a dbt build to the CI pipeline
1 parent a07697c commit 6ae2229

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ jobs:
3636
run: |
3737
dbt debug --profile ajc_adb_dbt_all_purpose
3838
39+
- name: dbt build
40+
env:
41+
adbtoken: ${{ secrets.ADBTOKEN }}
42+
run: |
43+
dbt build
44+
3945
- name: Publish artifact
4046
uses: actions/upload-artifact@v4
4147
with:

0 commit comments

Comments
 (0)