Skip to content

Commit

Permalink
Add rails smoke tests to external tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jun 12, 2024
1 parent 9ca3d90 commit ef23704
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ group :test do
gem "webrick"

unless ENV['CI'] == 'spec'
gem 'bake-test-external', '~> 0.1.3'
gem 'bake-test-external'
end
end
3 changes: 3 additions & 0 deletions config/external.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
protocol-rack:
url: https://github.com/socketry/protocol-rack
command: bundle exec bake test
rails:
url: https://github.com/rails/rails
command: bundle exec rake smoke

0 comments on commit ef23704

Please sign in to comment.