Skip to content

Commit

Permalink
add the working directory for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 7, 2024
1 parent 7484c8b commit 25f2950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
- uses: pypa/hatch@install

- run: hatch run integration-tests --ddtrace
working-directory: ./dbt-postgres
working-directory: ./dbt-snowflake
env:
SNOWFLAKE_TEST_ACCOUNT: ${{ secrets.SNOWFLAKE_TEST_ACCOUNT }}
SNOWFLAKE_TEST_PASSWORD: ${{ secrets.SNOWFLAKE_TEST_PASSWORD }}
Expand Down

0 comments on commit 25f2950

Please sign in to comment.