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 40349f5 + 6362c37 commit 40b2935Copy full SHA for 40b2935
.github/workflows/ci.yml
@@ -10,12 +10,12 @@ jobs:
10
ruby_version: ["2.7", "3.0", "3.1"]
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
14
- - name: Set up Ruby
15
- uses: ruby/setup-ruby@v1
16
- with:
17
- ruby-version: ${{ matrix.ruby_version }}
18
- - name: Install dependencies
19
- run: bundle install --jobs 4 --retry 3
20
- - name: Run tests
21
- run: bundle exec rake
+ - uses: actions/checkout@v2
+ - name: Set up Ruby
+ uses: ruby/setup-ruby@v1
+ with:
+ ruby-version: ${{ matrix.ruby_version }}
+ - name: Install dependencies
+ run: bundle install --jobs 4 --retry 3
+ - name: Run tests
+ run: bundle exec rake
0 commit comments