Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Fix naming and test on Neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
Matts966 committed Jan 30, 2021
1 parent 4015ca1 commit f99cf9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: CI
name: test

# Controls when the action will run.
on: push
Expand All @@ -10,6 +10,7 @@ jobs:
build:
strategy:
matrix:
# Currently Neovim stable fails to build on ubuntu-latest
vim_type: ['Vim'] # , 'Neovim']
version: ['head', 'stable']
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
Expand Down

0 comments on commit f99cf9f

Please sign in to comment.