Skip to content

Merge pull request #61 from norydev/dependabot/bundler/rexml-3.3.6 #63

Merge pull request #61 from norydev/dependabot/bundler/rexml-3.3.6

Merge pull request #61 from norydev/dependabot/bundler/rexml-3.3.6 #63

Workflow file for this run

---
name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: '4.4'
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: specs + rubocop
run: |
bundle exec rake