Skip to content

Merge pull request #1268 from spaasis/patch-1 #987

Merge pull request #1268 from spaasis/patch-1

Merge pull request #1268 from spaasis/patch-1 #987

Workflow file for this run

name: Test site build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Build and test site
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bundle exec rake test