40ants / 40ants/github-actions

Strategy / matrix / include should be processed

Đang mở
#5 4 bình luận 0 reaction 0 người được giao Xem trên GitHub
enhancement help wanted
Ngôn ngữ chính
Common Lisp
Star
13
Fork
0
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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?

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.