Takashi Kokubun 2022-12-01 23:40:33 -08:00 committed by git
parent b3890670b2
commit f01bfa8af7

View File

@ -16,8 +16,8 @@ module TestIRB
} }
def setup def setup
if ENV["GITHUB_ACTION_REPOSITORY"] == "ruby/ruby" if ENV["GITHUB_ACTION_REPOSITORY"] != "ruby/irb"
omit "This doesn't work on ruby/ruby CI" omit "This test works only on ruby/irb CI"
end end
end end