Skip to content

Commit

Permalink
start mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
semmons99 committed Jan 17, 2021
1 parent abc153b commit 4615eab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,11 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
bundler: "1.17"

- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.3.0
with:
mongodb-version: ${{ matrix.mongodb-version }}

- name: Run tests
run: bundle exec rake

0 comments on commit 4615eab

Please sign in to comment.