40ants / 40ants/github-actions

Strategy / matrix / include should be processed

Aperta
#5 4 commenti 0 reazioni 0 assegnatari Vedi su GitHub
enhancement help wanted
Lingua principale
Common Lisp
Stelle
13
Fork
0
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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](https://user-images.githubusercontent.com/3441413/142078653-3168c698-a58f-475e-bb17-a70bcf8ec209.png)

Is this a known limitation?

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.