Skip to content

Optimize PR Checks #60

@kammce

Description

@kammce

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions