-
-
Notifications
You must be signed in to change notification settings - Fork 10
🛠 Tooling: Still run tests in CI even if yarn compile has an error #320
Copy link
Copy link
Open
Labels
area: toolingBuilds, infrastructure, packages, and other repository managementBuilds, infrastructure, packages, and other repository managementgood first issueGood for newcomers - welcome aboard!Good for newcomers - welcome aboard!status: accepting prsGo ahead and send a pull request to resolve this issue!Go ahead and send a pull request to resolve this issue!
Metadata
Metadata
Assignees
Labels
area: toolingBuilds, infrastructure, packages, and other repository managementBuilds, infrastructure, packages, and other repository managementgood first issueGood for newcomers - welcome aboard!Good for newcomers - welcome aboard!status: accepting prsGo ahead and send a pull request to resolve this issue!Go ahead and send a pull request to resolve this issue!
Type
Fields
Give feedbackNo fields configured for issues without a type.
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