🔥 3-day streak
GitHub Actions (GH-200)84 / 142
Question 84 of 142

Your team runs an integration test suite across a matrix of five Node.js versions. Currently, when the test job for one Node version fails, GitHub Actions immediately cancels the still-running jobs for the other versions, so you never see which other versions also fail. You want every matrix combination to run to completion regardless of failures, while keeping the matrix definition otherwise unchanged. Which change to the strategy should you make?

Reviewed for accuracy · Report an issueNext question