ci: use test_matrix
and test
jobs
#163
Labels
Type: Maintenance
Any dependency, housekeeping, and clean up Issue or PR
test_matrix
and test
jobs
#163
Follow up to #157
Ideally we would do a
test_matrix
step and then atest
step that depends ontest_matrix
, so that for branch protections we can requiretest
independent of the Node versions we are using.See this for reference: https://github.com/octokit/core.js/blob/393caf31b2e802ea9be59aa84f90d64f98953fdb/.github/workflows/test.yml#L32
The text was updated successfully, but these errors were encountered: