Skip to content

Commit

Permalink
🔥 refactor: Remove testing environment variables from the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilbottom committed Jan 6, 2024
1 parent 18a3712 commit 55cf79b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/application-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,3 @@ jobs:

- name: ✅ Run unit tests
run: poetry run pytest
env:
# TODO: The tests should configure this themselves
DBT_PY_PACKAGE_ROOT: "tests.integration.jaffle-shop.dbt_py_test"
DBT_PY_PACKAGE_NAME: "dbt_py_test"

0 comments on commit 55cf79b

Please sign in to comment.