Skip to content

ci: apt-get update and install vim-gtk3 #34

ci: apt-get update and install vim-gtk3

ci: apt-get update and install vim-gtk3 #34

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 update -y
sudo apt-get install vim-gtk3 -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