40ants / 40ants/github-actions

Strategy / matrix / include should be processed

オープン
#5 コメント 4 件 リアクション 0 件 担当者 0 名 GitHub で見る
enhancement help wanted
主要言語
Common Lisp
スター
13
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

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?

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。