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.
1 parent 602f7e9 commit a0808c9Copy full SHA for a0808c9
.github/workflows/ci.yml
@@ -53,6 +53,8 @@ jobs:
53
with:
54
ruby-version: ${{ matrix.ruby }}
55
bundler-cache: true
56
+ - name: Show Rails version
57
+ run: bundle info rails
58
- name: Install and Start Cockroachdb
59
run: |
60
# Download CockroachDB
0 commit comments