We currently only run integration tests on Ubuntu. We used to run them on MacOS and Windows images as well before pulling dbt-postgres out of the dbt-core repo. The tests are configured to setup Postgres using the GHA service. This service only supports linux runners.
Solution
Revert to the custom script that dbt-core uses in its CI, at least for MacOS and Windows.
Problem
We currently only run integration tests on Ubuntu. We used to run them on MacOS and Windows images as well before pulling
dbt-postgres
out of thedbt-core
repo. The tests are configured to setup Postgres using the GHA service. This service only supports linux runners.Solution
Revert to the custom script that
dbt-core
uses in its CI, at least for MacOS and Windows.