Skip to content

Commit

Permalink
Updated working dir path.
Browse files Browse the repository at this point in the history
  • Loading branch information
elongl committed Aug 10, 2023
1 parent 3e3e993 commit fb05ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-warehouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: pip install "./elementary[${{ (inputs.warehouse-type == 'databricks_catalog' && 'databricks') || inputs.warehouse-type }}]"

- name: Install E2E project deps
working-directory: ${{ env.TESTS_DIR }}
working-directory: ${{ env.TESTS_DIR }}/dbt_project
run: dbt deps

- name: Test
Expand Down

0 comments on commit fb05ee0

Please sign in to comment.