Skip to content

Commit

Permalink
cheburek
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Nov 25, 2024
1 parent 4e7991a commit 29c635a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Test
on: [push]
jobs:
test-previous:
name: '(OS: ${{ matrix.os }}) RSpec - Ruby ${{ matrix.ruby_version }}'
strategy:
fail-fast: false
matrix:
Expand All @@ -10,6 +11,8 @@ jobs:
runs-on: ${{ matrix.os }}
env:
BUNDLE_GEMFILE: github_ci/ruby${{ matrix.ruby_version }}.gemfile
BUNDLE_RETRY: 3
BUNDLE_JOBS: 4
steps:
- uses: actions/checkout@v4
- uses: supercharge/[email protected]
Expand All @@ -20,11 +23,15 @@ jobs:
- name: (Test) RSpec
run: bundle exec rake rspec
test-mainstream:
name: '(OS: ${{ matrix.os }}) RSpec - Ruby ${{ matrix.ruby_version }}'
strategy:
fail-fast: false
matrix:
ruby_version: ['3.3', 'head']
os: [ubuntu-latest, macos-latest]
env:
BUNDLE_RETRY: 3
BUNDLE_JOBS: 4
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 29c635a

Please sign in to comment.