Skip to content

Commit ad687df

Browse files
committed
shorten names even further
1 parent 11a1ff6 commit ad687df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/job.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env:
3030
jobs:
3131
acceptance:
3232
runs-on: ${{ matrix.os }}-latest
33-
name: ${{ matrix.os }}, Python ${{ matrix.python }}, Node ${{ matrix.nodejs }}
33+
name: ${{ matrix.os }} py${{ matrix.python }} node${{ matrix.nodejs }}
3434
strategy:
3535
# TODO: maybe turn back on
3636
fail-fast: false

0 commit comments

Comments
 (0)