Skip to content

Commit

Permalink
chore(ci): improve matrix (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenrixon authored Apr 13, 2023
1 parent 6bbe29b commit 536791f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
fail-fast: true
matrix:
ruby: [2.7, '3.0', 3.1, 3.2]
gemfile:
- sidekiq_7.0

steps:
- uses: actions/checkout@v3
Expand All @@ -68,6 +70,4 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler: 2.4.12
bundler-cache: true
- run: bundle install --gemfile='./gemfiles/sidekiq_7.0.gemfile' --retry 1
- run: bin/appraisal install --jobs=$(nproc) --retry=$(nproc)
- run: bin/appraisal rspec --require spec_helper --tag ~perf
- run: bin/rspec --require spec_helper --tag ~perf

0 comments on commit 536791f

Please sign in to comment.