Skip to content

Commit

Permalink
Use a clearer job name
Browse files Browse the repository at this point in the history
  • Loading branch information
kg8m committed Jan 3, 2024
1 parent a7e1f01 commit c43e561
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
version: v8.2.1000
- neovim: false
version: v8.2.0000
name: >-
Test --
${{ matrix.neovim && 'Neovim' || 'Vim' }}
${{ matrix.version }}
steps:
- uses: actions/checkout@v4
- name: Setup Vim
Expand Down

0 comments on commit c43e561

Please sign in to comment.