Skip to content

Commit 4ee41a0

Browse files
committed
Add job names
1 parent b043049 commit 4ee41a0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/homebrew.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
smoke-test-homebrew:
10+
name: Test on ${{ matrix.runner }}
1011
runs-on: ${{ matrix.runner}}
1112
strategy:
1213
matrix:

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
smoke-tests:
10+
name: Test on ${{ matrix.runner }} with node@${{ matrix.node }}
1011
strategy:
1112
matrix:
1213
runner: [ubuntu-latest, macos-latest, windows-latest]

0 commit comments

Comments
 (0)