Skip to content

Merge pull request #193 from Data-Liberation-Front/dependabot/bundler… #64

Merge pull request #193 from Data-Liberation-Front/dependabot/bundler…

Merge pull request #193 from Data-Liberation-Front/dependabot/bundler… #64

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.5']
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby-version }}
- name: Install dependencies
run: bundle install
- name: Run the tests
run: bundle exec rake