Skip to content

Commit

Permalink
Readded postgres tests. They were accidentally removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
bvkabn committed Sep 25, 2024
1 parent db5e1b1 commit 9acfe07
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,22 @@ commands =
dbt deps
dbt build --target postgres

[testenv:integration_postgres_1_5_0]
changedir = integration_test_project
deps = dbt-postgres~=1.5.0
commands =
dbt clean
dbt deps
dbt build --target postgres

[testenv:integration_postgres_1_6_0]
changedir = integration_test_project
deps = dbt-postgres~=1.6.0
commands =
dbt clean
dbt deps
dbt build --target postgres

[testenv:integration_postgres_1_7_0]
changedir = integration_test_project
deps = dbt-postgres~=1.7.0
Expand Down Expand Up @@ -361,21 +377,6 @@ commands =
dbt deps
dbt build --target sqlserver

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

[testenv:integration_sqlserver_1_6_0]
changedir = integration_test_project
deps = dbt-sqlserver~=1.6.0
commands =
dbt clean
dbt deps
dbt build --target sqlserver
[testenv:integration_sqlserver_1_7_0]
changedir = integration_test_project
deps = dbt-sqlserver~=1.7.0
Expand Down

0 comments on commit 9acfe07

Please sign in to comment.