Skip to content

Commit

Permalink
move script location
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRobin committed Jun 6, 2024
1 parent 664ae70 commit 865b346
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dbt_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: "dbt --warn-error compile $PROFILE --project-dir ${PROJECT_DIR}"

- name: check schemas
run: "./.github/scripts/check_schema.sh"
run: "./scripts/check_schema.sh"

- name: dbt seed
run: "dbt seed $PROFILE --select @state:modified --exclude tag:prod_exclude tag:remove --state . --project-dir ${PROJECT_DIR}"
Expand Down
File renamed without changes.

0 comments on commit 865b346

Please sign in to comment.