aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/specs.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/specs.yml')
-rw-r--r--.github/workflows/specs.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/workflows/specs.yml b/.github/workflows/specs.yml
new file mode 100644
index 0000000..ceb96bf
--- /dev/null
+++ b/.github/workflows/specs.yml
@@ -0,0 +1,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