Tooling Report Checklist
Overview
If there's an error in yarn compile, test.yml won't run yarn test. That's annoying because tests can still run even if there's a type error -- and sometimes type errors are just mismatches in the type system, not runtime issues.
Let's have test.yml ignore the exit code from yarn compile.
Additional Info
No response
Tooling Report Checklist
mainbranch of the repository.Overview
If there's an error in
yarn compile,test.ymlwon't runyarn test. That's annoying because tests can still run even if there's a type error -- and sometimes type errors are just mismatches in the type system, not runtime issues.Let's have
test.ymlignore the exit code fromyarn compile.Additional Info
No response