GoogleCloudPlatform / cloud-sql-nodejs-connector

A JavaScript library for connecting securely to your Cloud SQL instances
Apache License 2.0
73 stars 8 forks source link

ci: pare down tests builds #326

Closed jackwotherspoon closed 6 months ago

jackwotherspoon commented 6 months ago

Help reduce quota and flaky tests by reducing test builds being run. Test min and max supported version with the edge case that 14.x is not run on Windows so we will also run 16.x builds.

This should reduce flaky tests due to quota issues surrounding too many builds. If flaky tests are still appearing I will pare down further.

Fixes #265 Fixes #267 Fixes #271 Fixes #287 Fixes #307 Fixes #319 Fixes #322 Fixes #323