airtasker / proxay

Proxay is a record/replay proxy server that helps you write faster and more reliable tests.
Other
72 stars 6 forks source link

[NT] Use CircleCI `matrix` for running the same tests across different parameters #571

Closed timdawborn closed 8 months ago

timdawborn commented 8 months ago

Switch CI setup to utilise CircleCI matrix functionality for running a parameterised job across a cross-product of defined parameters, such as node versions. See https://circleci.com/docs/configuration-reference/#matrix for (sparse) documentation.