fix
This commit is contained in:
parent
1c6ad8bf8f
commit
c528f796a8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue