We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents baa3b98 + 2f0891a commit c7645b0Copy full SHA for c7645b0
.github/workflows/ruby.yml
@@ -5,7 +5,7 @@
5
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
6
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
7
8
-name: Ruby
+name: CI
9
10
on:
11
push:
@@ -23,6 +23,8 @@ jobs:
23
mongodb-version: ['4.4']
24
sqlite-version: ['3.0']
25
26
+ name: Test (Ruby ${{ matrix.ruby-version }}, MongoDB ${{ matrix.mongodb-version }}, SQLite ${{ matrix.sqlite-version }})
27
+
28
steps:
29
- uses: actions/checkout@v4
30
- name: Set up Ruby
0 commit comments