Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Aug 28, 2024
1 parent c9298ac commit ca781c4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,15 @@ jobs:
matrix:
ruby: [ '3.1', '3.2', '3.3' ]
gemfile: [ 'Gemfile', 'gemfiles/activerecord_71.gemfile' ]
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: false
- name: Install dependencies
run: |
gem install bundler --no-document
BUNDLE_GEMFILE=${{ matrix.gemfile }} bundle install
bundler-cache: true
- name: Run tests
run: BUNDLE_GEMFILE=${{ matrix.gemfile }} bundle exec rake test:unit
integration:
Expand Down

0 comments on commit ca781c4

Please sign in to comment.