This commit is contained in:
kazukazuinaina
2022-06-29 00:51:41 +09:00
parent 1c6ad8bf8f
commit c528f796a8
+10 -2
View File
@@ -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