You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally we would do a test_matrix step and then a test step that depends on test_matrix, so that for branch protections we can require test independent of the Node versions we are using.
Follow up to #221
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: