Skip to content

Successive GH Actions #98

@alexchristy

Description

@alexchristy

Currently, when we make a PR it runs all the configured GitHub Actions at once in parallel. This helps save time, but often times the first time a PR is made, there are a few linting fixes that need to made, etc. This leads to lots of commits and wasted runner minutes as the unit and integration tests run each time.

I am proposing structuring the tests in the following way:

  1. Linting, Type checking, PR label check, etc.
  2. Unit tests
  3. Integration tests (includes deployed infra tests)

Each step acts as a quality gate for the next set of tests. This will help reduce the number of minutes consumed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions