TypeStrong / fork-ts-checker-webpack-plugin

Webpack plugin that runs typescript type checker on a separate process.
MIT License
1.96k stars 239 forks source link

chore: dont fail fast on test job matrix #736

Closed piotr-oles closed 2 years ago

piotr-oles commented 2 years ago

The test job takes a lot of time and is flaky due to the nature of e2e tests. We run it on different environments, so canceling all if one of them fails doesn't make sense. It's often that one job has problems with installing dependencies or that something doesn't work on Windows.

piotr-oles commented 2 years ago

:tada: This PR is included in version 7.2.7 :tada:

The release is available on:

Your semantic-release bot :package::rocket: