Skip to content

Commit

Permalink
Fix command to update dbt cache on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeancochrane committed Aug 14, 2023
1 parent 08bbc3d commit b46d734
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_test_dbt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,5 @@ jobs:
shell: bash

- name: Move dbt manifest directory to update cache
run: mv target "$MANIFEST_DIR"
working-directory: ${{ env.PROJECT_DIR }}
run: mv "$PROJECT_DIR/target" "$MANIFEST_DIR"
shell: bash

0 comments on commit b46d734

Please sign in to comment.