aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler/spec_helper.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-23 18:18:37 +1000
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-08-23 19:05:45 +1000
commitd9b73dcc0d5e4c4613a89a1d58727b52bb5d1d10 (patch)
tree4e134178c6a243b351da0e5e806f0adc383c5240 /spec/bundler/spec_helper.rb
parent3b55394b07f29fac2717bb82fdc92140b2b302fe (diff)
downloadruby-d9b73dcc0d5e4c4613a89a1d58727b52bb5d1d10.tar.gz
Remove github_action_linux tag from bundler examples.
Maybe it has fixed at 5a384e2c08704dc7af9d8d3bdfc475eb8c0723aa
Diffstat (limited to 'spec/bundler/spec_helper.rb')
-rw-r--r--spec/bundler/spec_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/bundler/spec_helper.rb b/spec/bundler/spec_helper.rb
index f10f6c464f..58d498e070 100644
--- a/spec/bundler/spec_helper.rb
+++ b/spec/bundler/spec_helper.rb
@@ -71,7 +71,6 @@ RSpec.configure do |config|
config.filter_run_excluding :bundler => RequirementChecker.against(Bundler::VERSION.split(".")[0])
config.filter_run_excluding :ruby_repo => !ENV["GEM_COMMAND"].nil?
config.filter_run_excluding :no_color_tty => Gem.win_platform? || !ENV["GITHUB_ACTION"].nil?
- config.filter_run_excluding :github_action_linux => !ENV["GITHUB_ACTION"].nil? && (ENV["RUNNER_OS"] == "Linux")
config.filter_run_when_matching :focus unless ENV["CI"]