Skip to content

Allow tests to be run manually #64

Allow tests to be run manually

Allow tests to be run manually #64

Workflow file for this run

name: tests
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch

Check failure on line 8 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
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'}"