40ants / 40ants/github-actions
Strategy / matrix / include should be processed
Abierto
enhancement
help wanted
- Lenguaje dominante
- Common Lisp
- Estrellas
- 13
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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:

Is this a known limitation?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.