Skip to content

Fallback for Neovim's deprecated behave command #30

Fallback for Neovim's deprecated behave command

Fallback for Neovim's deprecated behave command #30

Workflow file for this run

name: Run tests in headless Vim
on: [push]
jobs:
Specs:
runs-on: ubuntu-latest
steps:
- name: Install Vim GTK
run: |
sudo apt-get install vim-gtk -y
vim --version
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run specs
uses: GabrielBB/xvfb-action@v1
with:
run: bundle exec rspec