Skip to content

Commit

Permalink
use matrix.activerecord in test not publish
Browse files Browse the repository at this point in the history
  • Loading branch information
a-lavis committed Oct 15, 2024
1 parent aa619e7 commit f2951f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
- run: docker compose up --detach
- run: bundle install --jobs 4 --retry 3
- run: ACTIVE_RECORD_VERSION=${{ matrix.activerecord }} bundle install --jobs 4 --retry 3
- run: bundle exec rake bootstrap
- run: bundle exec rake spec
push:
Expand All @@ -57,5 +57,5 @@ jobs:
:rubygems_api_key: ${{ secrets.RUBYGEMS_API_KEY }}
YAML
chmod 0600 ~/.gem/credentials
- run: ACTIVE_RECORD_VERSION=${{ matrix.activerecord }} bundle install
- run: bundle install
- run: bundle exec rake release

0 comments on commit f2951f1

Please sign in to comment.