aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/specs.yml
blob: ceb96bf53ced44b7c7f5ae4090d5b5a029f0a140 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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