Skip to content

Commit

Permalink
Add bake-test-external and test devise
Browse files Browse the repository at this point in the history
  • Loading branch information
QWYNG committed Oct 13, 2022
1 parent 7d90ba2 commit 051c159
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
run: bundle install
- name: Run tests
run: bundle exec rake
- name: Run Devise's tests
if: >-
matrix.ruby != 2.5 &&
matrix.ruby != 2.6
run: bundle exec bake test:external
frozen-string-compat:
runs-on: ubuntu-18.04
steps:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ measurement/*
pkg/*
.DS_Store
.tool-versions
external
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ group :development do
end

group :test do
gem 'bake-test-external'
gem 'coveralls_reborn', '~> 0.19.0', require: false
gem 'hashie', '>= 3.4.6', '~> 4.0.0', platforms: [:jruby_18]
gem 'json', '~> 2.3.0', platforms: %i[jruby_18 jruby_19 ruby_19]
Expand Down
3 changes: 3 additions & 0 deletions config/external.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
devise:
url: https://github.com/heartcombo/devise.git
command: bundle exec rake test

0 comments on commit 051c159

Please sign in to comment.