Skip to content

Commit a83fa83

Browse files
.github: set better job names
Signed-off-by: Dylan Bargatze <dylan@tailscale.com>
1 parent ba0618f commit a83fa83

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permissions:
1414

1515
jobs:
1616
linux:
17+
name: test (linux, ${{ matrix.platform.target }})
1718
runs-on: ${{ matrix.platform.runner }}
1819
strategy:
1920
matrix:
@@ -43,6 +44,7 @@ jobs:
4344
path: ts_python/dist
4445

4546
macos:
47+
name: test (macOS, ${{ matrix.platform.target }})
4648
runs-on: ${{ matrix.platform.runner }}
4749
strategy:
4850
matrix:

0 commit comments

Comments
 (0)