-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
Currently all of the CI steps are executed. This uses up a lot of resources when it may not be necessary. it may be enough to know that a lint failed to stop the whole chain. I may not make sense to run everything all at once when we could save on compute. For example, since linting only takes 20s we could gate the rest of the build steps.
Proposed Solution
Make test package depend on lint. Consider when it makes sense to run the deployment tests.
Alternatives Considered
No response
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request