Skip to content

ci: add workflow_dispatch trigger to docs workflow #2

ci: add workflow_dispatch trigger to docs workflow

ci: add workflow_dispatch trigger to docs workflow #2

Workflow file for this run

name: tests
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
neovim: [stable, nightly]
steps:
- uses: actions/checkout@v4
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: ${{ matrix.neovim }}
- name: Run tests
run: nvim --headless -l tests/run.lua