Skip to content

[dev]: split up test & release into separate workflows #2903

Closed
@jsjoeio

Description

@jsjoeio

Right now, we have one main workflow: ci.yaml

When you have an issue with fmt or lint, you have to push up and run the entire workflow again. We'd like to split up the workflows into two:

  1. main workflow - lint, fmt, test:unit
  2. release + e2e workflow

We also don't need to run the docker or arm64 steps on every workflow either.

We're hoping this + smart caching could speed up the workflow.

Metadata

Metadata

Assignees

Labels

choreRelated to maintenance or clean upciIssues related to ci

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions