mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2026-05-25 09:38:34 +08:00
fix
This commit is contained in:
@@ -1,8 +1,12 @@
|
|||||||
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
@@ -15,10 +19,14 @@ jobs:
|
|||||||
- v8.2.0000
|
- v8.2.0000
|
||||||
- v8.1.0000
|
- v8.1.0000
|
||||||
- v8.0.0000
|
- v8.0.0000
|
||||||
|
- v7.4
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@main
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Checkout vim-themis
|
||||||
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: thinca/vim-themis
|
repository: thinca/vim-themis
|
||||||
path: vim-themis
|
path: vim-themis
|
||||||
@@ -29,7 +37,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: ${{ matrix.vim }}
|
version: ${{ matrix.vim }}
|
||||||
|
|
||||||
- name: Run Test
|
- name: Test
|
||||||
env:
|
env:
|
||||||
THEMIS_VIM: ${{ steps.vim.outputs.executable }}
|
THEMIS_VIM: ${{ steps.vim.outputs.executable }}
|
||||||
run: ./vim-themis/bin/themis --reporter spec
|
run: ./vim-themis/bin/themis --reporter spec
|
||||||
|
|||||||
Reference in New Issue
Block a user