Skip to content

Commit

Permalink
Add integration_sqlserver_1_4_3 and integration_sqlserver_1_7_4
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 22, 2024
1 parent 01eb793 commit b220562
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,24 @@ commands =

[testenv:integration_sqlserver]
changedir = integration_test_project
deps = dbt-sqlserver~=1.4.3
deps = dbt-sqlserver~=1.7.4
commands =
dbt clean
dbt deps
dbt build --target sqlserver

[testenv:integration_sqlserver_1_4_3]
changedir = integration_test_project
deps = dbt-sqlserver~=1.4.3
commands =
dbt clean
dbt deps
dbt build --target sqlserver

[testenv:integration_sqlserver_1_7_4]
changedir = integration_test_project
deps = dbt-sqlserver~=1.7.4
commands =
dbt clean
dbt deps
dbt build --target sqlserver

0 comments on commit b220562

Please sign in to comment.