Skip to content

Commit

Permalink
TEST NEW CONFIGS
Browse files Browse the repository at this point in the history
  • Loading branch information
damian3031 committed Oct 15, 2024
1 parent c098ede commit b5ee6fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
make dbt-${{ matrix.engine }}-tests
elif [[ ${{ matrix.engine }} == "starburst_galaxy" ]]; then
python -m pip install -e . -r dev_requirements.txt
python -m pytest tests/functional --profile starburst_galaxy
python -m pytest tests/functional/adapter/test_table_properties.py --profile starburst_galaxy
fi
- name: Remove container on failure
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
skipsdist = True
envlist = unit, integration
envlist = integration

[testenv:unit]
description = unit testing
Expand All @@ -14,7 +14,7 @@ deps =
[testenv:integration]
description = adapter plugin integration testing
basepython = python3
commands = {envpython} -m pytest {posargs} tests/functional
commands = {envpython} -m pytest {posargs} tests/functional/adapter/test_table_properties.py
passenv = DBT_INVOCATION_ENV, DBT_TEST_TRINO_HOST, DBT_TEST_USER_1, DBT_TEST_USER_2, DBT_TEST_USER_3
deps =
-r{toxinidir}/dev_requirements.txt
Expand Down

0 comments on commit b5ee6fc

Please sign in to comment.