diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7febd62..ed7010aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,8 @@ jobs: 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'}" + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: Lint sources env: LSP_CONFIG_PATH: nvim-lspconfig