Skip to content

Commit

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

- run: hatch run integration-tests --ddtrace
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 2a0f194

Please sign in to comment.