Skip to content

Commit

Permalink
Rename appraisal/test/gemfile appropriately
Browse files Browse the repository at this point in the history
  • Loading branch information
dgutov committed Mar 21, 2024
1 parent 79f37c3 commit e3cd6d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- ruby: '2.7'
gemfile: multi_xml
- ruby: '3.3'
gemfile: no_dry_schema
gemfile: no_dry_validation
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down Expand Up @@ -74,9 +74,9 @@ jobs:
if: ${{ matrix.gemfile == 'rack_3_0' }}
run: bundle exec rspec spec/integration/rack/v3

- name: Run tests (spec/integration/no_dry_schema)
if: ${{ matrix.gemfile == 'no_dry_schema' }}
run: bundle exec rspec spec/integration/no_dry_schema
- name: Run tests (spec/integration/no_dry_validation)
if: ${{ matrix.gemfile == 'no_dry_validation' }}
run: bundle exec rspec spec/integration/no_dry_validation

- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down
4 changes: 2 additions & 2 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ appraise 'rack_3_0' do
gem 'rack', '~> 3.0.0'
end

appraise 'no_dry_schema' do
appraise 'no_dry_validation' do
group :development, :test do
remove_gem 'dry-schema'
remove_gem 'dry-validation'
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ source 'https://rubygems.org'
group :development, :test do
gem 'bundler'
gem 'hashie'
gem 'dry-validation'
gem 'rake'
gem 'rubocop', '1.59.0', require: false
gem 'rubocop-performance', '1.20.1', require: false
Expand Down

0 comments on commit e3cd6d4

Please sign in to comment.