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