From f99cf9f1733914dba627bba924c6b08c14ad8020 Mon Sep 17 00:00:00 2001 From: Matts966 Date: Sat, 30 Jan 2021 21:48:16 +0900 Subject: [PATCH] Fix naming and test on Neovim --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 91a4b29..3359fed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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']