We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f3780 commit 9b656f1Copy full SHA for 9b656f1
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Set up Ruby
29
uses: ruby/setup-ruby@v1
30
with:
31
- ruby-version: ${{ matrix.ruby }
+ ruby-version: ${{ matrix.ruby }}
32
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
33
34
- name: Run Tests
0 commit comments