Skip to content

ci: use tests/init.lua instead of tests/init.vim #45

ci: use tests/init.lua instead of tests/init.vim

ci: use tests/init.lua instead of tests/init.vim #45

Workflow file for this run

name: tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Neovim
uses: rhysd/action-setup-vim@v1
with:
neovim: true
- name: Run tests
run: |
nvim --headless -u ./tests/init.lua -c "PlenaryBustedDirectory tests/ {minimal_init = 'tests/init.lua'}"