File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ docker run \
2525 --env " ELASTIC_PASSWORD=${elastic_password} " \
2626 --env " TEST_SUITE=${TEST_SUITE} " \
2727 --env " ELASTIC_USER=elastic" \
28+ --env " BUILDKITE=true" \
2829 --volume $repo :/usr/src/app \
2930 --name elasticsearch-ruby \
3031 --rm \
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ def self.included(context)
6161 config . add_formatter ( 'documentation' )
6262 config . add_formatter ( 'RspecJunitFormatter' , "tmp/elasticsearch-#{ ENV [ 'TEST_SUITE' ] } -#{ RUBY_VERSION } -junit.xml" )
6363 config . add_formatter ( 'RSpec::Core::Formatters::HtmlFormatter' , "tmp/elasticsearch-#{ ENV [ 'TEST_SUITE' ] } -#{ RUBY_VERSION } .html" )
64- unless ENV [ 'GITHUB_ACTIONS ' ]
64+ if ENV [ 'BUILDKITE ' ]
6565 require_relative "./rspec_formatter.rb"
6666 config . add_formatter ( 'RSpecCustomFormatter' )
6767 end
You can’t perform that action at this time.
0 commit comments