Skip to content

Commit 678f720

Browse files
authored
chore(ci): jobs.test custom name
1 parent 00c0a2d commit 678f720

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,21 @@ concurrency:
1616

1717
jobs:
1818
test:
19-
strategy:
20-
fail-fast: false
21-
matrix:
22-
three-version: ['0.159.0', '0.180.0', 'latest']
23-
# 0.159.0 is mandatory; others are informational
24-
continue-on-error: ${{ matrix.three-version != '0.159.0' }}
2519
runs-on: ubuntu-latest
2620
container:
2721
image: ghcr.io/pmndrs/playwright:drei
2822
credentials:
2923
username: ${{ github.actor }}
3024
password: ${{ secrets.GITHUB_TOKEN }}
25+
26+
# 0.159.0 is mandatory; others are informational
27+
strategy:
28+
fail-fast: false
29+
matrix:
30+
three-version: ['0.159.0', '0.180.0', 'latest']
31+
continue-on-error: ${{ matrix.three-version != '0.159.0' }}
32+
name: test (w/ three@${{ matrix['three-version'] }})
33+
3134
steps:
3235
- uses: actions/checkout@v4
3336
- run: corepack enable

0 commit comments

Comments
 (0)