Skip to content

Strategy / matrix / include should be processed #5

Open
@tribbloid

Description

@tribbloid

The following 2 strategy matrix are identical:

      matrix:
        scalaVersion: ["2.13.6", "2.13.7"]

equals

      matrix:
        include:
          - scalaVersion: "2.13.6"
          - scalaVersion: "2.13.7"

But only the first one can be parse successfully and generate the proper badge

The second produces multiple jobs in github actions, but as a badge they cannot be identified:

badge-errors

Is this a known limitation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions