40ants / 40ants/github-actions

Strategy / matrix / include should be processed

未关闭
#5 4 条评论 0 个 reaction 已指派 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 摘要。