Skip to content

Commit

Permalink
Add Sinatra to external test.
Browse files Browse the repository at this point in the history
- bump bake-test-external
- add external directory to gitignore
  • Loading branch information
simi committed Jun 12, 2024
1 parent 7d0fe1f commit 3b88d24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ doc
/.bundle
/.yardoc
/coverage
/external
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', '~> 0.3.3'
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
sinatra:
url: https://github.com/sinatra/sinatra
command: bundle exec rake test

0 comments on commit 3b88d24

Please sign in to comment.