🛠 Tooling: Still run tests in CI even if yarn compile has an error #320
Labels
area: tooling
Builds, infrastructure, packages, and other repository management
good first issue
Good for newcomers - welcome aboard!
status: accepting prs
Go ahead and send a pull request to resolve this issue!
Tooling Report Checklist
main
branch of the repository.Overview
If there's an error in
yarn compile
,test.yml
won'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.yml
ignore the exit code fromyarn compile
.Additional Info
No response
The text was updated successfully, but these errors were encountered: