hapostgres / pg_auto_failover

Postgres extension and service for automated failover and high-availability
Other
1.1k stars 115 forks source link

Use our docker test infrastructure on GitHub Actions. #937

Closed DimCitus closed 2 years ago

DimCitus commented 2 years ago

This simplifies the maintenance of our test infra, allowing to run the same tests on the local development environment and in the automated CI.

Because citus_indent depends on a local git checkout to be able to run correctly, we still need a special target for this test, and we still need to manually install citusdata/tools in the test VM directly.