Skip to content

Commit

Permalink
Add job names
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Nov 12, 2024
1 parent b043049 commit 4ee41a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
smoke-test-homebrew:
name: Test on ${{ matrix.runner }}
runs-on: ${{ matrix.runner}}
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
smoke-tests:
name: Test on ${{ matrix.runner }} with node@${{ matrix.node }}
strategy:
matrix:
runner: [ubuntu-latest, macos-latest, windows-latest]
Expand Down

0 comments on commit 4ee41a0

Please sign in to comment.