Skip to content

Commit ae2e432

Browse files
committed
missing bundle install before running any tests
The run.sh was missing the bundle install command before running any tests, this was making the build fails Fixes #204
1 parent d4cf5bc commit ae2e432

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export KAFKA_VERSION=0.10.2.1
22
./kafka_test_setup.sh
3+
bundle install
34
bundle exec rake vendor
45
bundle exec rspec && bundle exec rspec --tag integration
56
./kafka_test_teardown.sh

0 commit comments

Comments
 (0)