@@ -274,7 +274,7 @@ jobs:
274
274
check_id: \${{ steps.check.outputs.check_id }}
275
275
276
276
test-all:
277
- name: Test All - \${{ matrix.platform.name }} - Node \${{ matrix.node-version }}
277
+ name: Test All - \${{ matrix.platform.name }} - \${{ matrix.node-version }}
278
278
if: github.repository_owner == 'npm'
279
279
strategy:
280
280
fail-fast: false
@@ -308,7 +308,7 @@ jobs:
308
308
with:
309
309
token: \${{ secrets.GITHUB_TOKEN }}
310
310
status: in_progress
311
- name: Test All - \${{ matrix.platform.name }} - Node \${{ matrix.node-version }}
311
+ name: Test All - \${{ matrix.platform.name }} - \${{ matrix.node-version }}
312
312
sha: \${{ inputs.check-sha }}
313
313
# XXX: this does not work when using the default GITHUB_TOKEN.
314
314
# Instead we post the main job url to the PR as a comment which
@@ -408,7 +408,7 @@ jobs:
408
408
run: npm run postlint --ignore-scripts
409
409
410
410
test:
411
- name: Test All - \${{ matrix.platform.name }} - Node \${{ matrix.node-version }}
411
+ name: Test - \${{ matrix.platform.name }} - \${{ matrix.node-version }}
412
412
if: github.repository_owner == 'npm'
413
413
strategy:
414
414
fail-fast: false
@@ -1322,7 +1322,7 @@ jobs:
1322
1322
run: npm run postlint --ignore-scripts
1323
1323
1324
1324
test:
1325
- name: Test All - \${{ matrix.platform.name }} - Node \${{ matrix.node-version }}
1325
+ name: Test - \${{ matrix.platform.name }} - \${{ matrix.node-version }}
1326
1326
if: github.repository_owner == 'npm'
1327
1327
strategy:
1328
1328
fail-fast: false
@@ -1436,7 +1436,7 @@ jobs:
1436
1436
run: npm run postlint --ignore-scripts
1437
1437
1438
1438
test:
1439
- name: Test All - \${{ matrix.platform.name }} - Node \${{ matrix.node-version }}
1439
+ name: Test - \${{ matrix.platform.name }} - \${{ matrix.node-version }}
1440
1440
if: github.repository_owner == 'npm'
1441
1441
strategy:
1442
1442
fail-fast: false
@@ -1569,7 +1569,7 @@ jobs:
1569
1569
check_id: \${{ steps.check.outputs.check_id }}
1570
1570
1571
1571
test-all:
1572
- name: Test All - \${{ matrix.platform.name }} - Node \${{ matrix.node-version }}
1572
+ name: Test All - \${{ matrix.platform.name }} - \${{ matrix.node-version }}
1573
1573
if: github.repository_owner == 'npm'
1574
1574
strategy:
1575
1575
fail-fast: false
@@ -1603,7 +1603,7 @@ jobs:
1603
1603
with:
1604
1604
token: \${{ secrets.GITHUB_TOKEN }}
1605
1605
status: in_progress
1606
- name: Test All - \${{ matrix.platform.name }} - Node \${{ matrix.node-version }}
1606
+ name: Test All - \${{ matrix.platform.name }} - \${{ matrix.node-version }}
1607
1607
sha: \${{ inputs.check-sha }}
1608
1608
# XXX: this does not work when using the default GITHUB_TOKEN.
1609
1609
# Instead we post the main job url to the PR as a comment which
@@ -1705,7 +1705,7 @@ jobs:
1705
1705
run: npm run postlint --ignore-scripts
1706
1706
1707
1707
test:
1708
- name: Test All - \${{ matrix.platform.name }} - Node \${{ matrix.node-version }}
1708
+ name: Test - \${{ matrix.platform.name }} - \${{ matrix.node-version }}
1709
1709
if: github.repository_owner == 'npm'
1710
1710
strategy:
1711
1711
fail-fast: false
@@ -2621,7 +2621,7 @@ jobs:
2621
2621
run: npm run postlint --ignore-scripts
2622
2622
2623
2623
test:
2624
- name: Test All - \${{ matrix.platform.name }} - Node \${{ matrix.node-version }}
2624
+ name: Test - \${{ matrix.platform.name }} - \${{ matrix.node-version }}
2625
2625
if: github.repository_owner == 'npm'
2626
2626
strategy:
2627
2627
fail-fast: false
@@ -2735,7 +2735,7 @@ jobs:
2735
2735
run: npm run postlint --ignore-scripts
2736
2736
2737
2737
test:
2738
- name: Test All - \${{ matrix.platform.name }} - Node \${{ matrix.node-version }}
2738
+ name: Test - \${{ matrix.platform.name }} - \${{ matrix.node-version }}
2739
2739
if: github.repository_owner == 'npm'
2740
2740
strategy:
2741
2741
fail-fast: false
@@ -2868,7 +2868,7 @@ jobs:
2868
2868
check_id: \${{ steps.check.outputs.check_id }}
2869
2869
2870
2870
test-all:
2871
- name: Test All - \${{ matrix.platform.name }} - Node \${{ matrix.node-version }}
2871
+ name: Test All - \${{ matrix.platform.name }} - \${{ matrix.node-version }}
2872
2872
if: github.repository_owner == 'npm'
2873
2873
strategy:
2874
2874
fail-fast: false
@@ -2902,7 +2902,7 @@ jobs:
2902
2902
with:
2903
2903
token: \${{ secrets.GITHUB_TOKEN }}
2904
2904
status: in_progress
2905
- name: Test All - \${{ matrix.platform.name }} - Node \${{ matrix.node-version }}
2905
+ name: Test All - \${{ matrix.platform.name }} - \${{ matrix.node-version }}
2906
2906
sha: \${{ inputs.check-sha }}
2907
2907
# XXX: this does not work when using the default GITHUB_TOKEN.
2908
2908
# Instead we post the main job url to the PR as a comment which
0 commit comments