dbt-labs / dbt-postgres

Apache License 2.0
34 stars 14 forks source link

Add unit testing for MacOS and Windows #148

Open mikealfare opened 2 months ago

mikealfare commented 2 months ago

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 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.