Skip to content

Commit 4615eab

Browse files
committed
start mongo
1 parent abc153b commit 4615eab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,11 @@ jobs:
3434
ruby-version: ${{ matrix.ruby-version }}
3535
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3636
bundler: "1.17"
37+
38+
- name: Start MongoDB
39+
uses: supercharge/[email protected]
40+
with:
41+
mongodb-version: ${{ matrix.mongodb-version }}
42+
3743
- name: Run tests
3844
run: bundle exec rake

0 commit comments

Comments
 (0)