Skip to content

Commit

Permalink
STORY-19279: Update testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaddell committed Aug 30, 2024
1 parent d623955 commit 2944a8b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,20 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.4, 2.5, 2.7, '3.0', 3.1]
ruby: [3.1, 3.2, 3.3]
gemfile:
- Gemfile
- gemfiles/unlocked.gemfile
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler: 2.2.29
bundler-cache: true
- name: Unit tests
run: bundle exec rake test
- uses: nick-fields/retry@v3
with:
max-retries: 2
command: bundle rake test

0 comments on commit 2944a8b

Please sign in to comment.