Skip to content

Commit c8d4c2f

Browse files
committed
ci: simplify test job name
Remove matrix variable interpolation from job name as GitHub Actions doesn't support it at the job level. The matrix strategy still runs tests across all Node versions and OS combinations.
1 parent c232623 commit c8d4c2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
# Test matrix - reuses build artifacts
8282
test:
83-
name: Test (Node ${{ matrix.node }} / ${{ matrix.os }})
83+
name: Test
8484
needs: [lint, build]
8585
runs-on: ${{ matrix.os }}
8686
timeout-minutes: 15

0 commit comments

Comments
 (0)