Skip to content

Commit

Permalink
hoge
Browse files Browse the repository at this point in the history
  • Loading branch information
delphinus committed Jul 29, 2023
1 parent ab2a8e6 commit 671ca54
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,14 @@ jobs:
with:
neovim: true
version: ${{ matrix.version }}
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Run tests
env:
PLENARY_PATH: plenary.nvim
TELESCOPE_PATH: telescope.nvim
SQLITE_PATH: sqlite.lua
EXE: ${{ steps.nvim.outputs.executable }}
run: |-
export PLENARY_PATH=plenary.nvim
export TELESCOPE_PATH=telescope.nvim
export SQLITE_PATH=sqlite.lua
TEST_DIR=lua/frecency/tests/
MINIMAL_LUA=${TEST_DIR}minimal.lua
NVIM=$(perl -e '$_ = $ENV{EXE}; s,\\,/,g; print')
$NVIM --headless --clean -u $MINIMAL_LUA -c "PlenaryBustedDirectory $TEST_DIR {minimal_init = '$MINIMAL_LUA'}"
nvim --headless --clean -u $MINIMAL_LUA -c "PlenaryBustedDirectory $TEST_DIR {minimal_init = '$MINIMAL_LUA'}"
- name: Type Check Code Base
uses: mrcjkb/lua-typecheck-action@v0.2.0
with:
Expand Down

0 comments on commit 671ca54

Please sign in to comment.