Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
Nilpointer authored Aug 17, 2024
1 parent ff94f70 commit e580ca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- { ruby: '3.0', mongodb: '4.4', gemfile: 'mongoid-9.0' }
- { ruby: '3.1', mongodb: '4.4', gemfile: 'mongoid-9.0' }
- { ruby: '3.2', mongodb: '4.4', gemfile: 'mongoid-9.0' }
name: test (ruby=${{ matrix.entry.ruby }}, mongodb=${{ matrix.entry.mongodb }}), gemfile=${{ matrix.entry.gemfi
name: test (ruby=${{ matrix.entry.ruby }}, mongodb=${{ matrix.entry.mongodb }}), gemfile=${{ matrix.entry.gemfile }})
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.entry.gemfile }}.gemfile
steps:
Expand All @@ -35,4 +35,4 @@ jobs:
bundler: '${{ matrix.entry.bundler || 1 }}'
bundler-cache: true
- name: Run tests
run: bundle exec rake
run: bundle exec rake

0 comments on commit e580ca2

Please sign in to comment.