Skip to content

Commit

Permalink
💚 add a pre seed step due to use of variables
Browse files Browse the repository at this point in the history
  • Loading branch information
tomshelllby committed Feb 20, 2024
1 parent 8cd1929 commit 0b3f905
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
run: |
poetry run dbt debug --target snowflake-ci
- name: dbt seed on Snowflake
id: dbt-build-snowflake
run: |
poetry run dbt seed --target snowflake-ci
- name: dbt build on Snowflake
id: dbt-build-snowflake
run: |
Expand Down

0 comments on commit 0b3f905

Please sign in to comment.