From c528f796a8f7079210e12d15057f8a32f381847d Mon Sep 17 00:00:00 2001 From: kazukazuinaina Date: Wed, 29 Jun 2022 00:51:41 +0900 Subject: [PATCH] fix --- .github/workflows/ci.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 310a32f..775203f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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