Skip to content

Update build command #427

Update build command

Update build command #427

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
test-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
bundler-cache: true
- name: Run tests
run: bundle exec rake test