Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ono-max authored and ko1 committed Feb 9, 2024
1 parent 8d205e4 commit 0158b3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/support/test_case.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

require_relative 'assertions'

# Load this library only in the debug CI to prevent LoadError
# when these tests are executed in ruby/ruby.
if ENV['LAUNCHABLE_ORGANIZATION'] && ENV['LAUNCHABLE_WORKSPACE']
# "test/unit/runner/junitxml" is used for reporting test result in JUnit XML format.
require "test/unit/runner/junitxml"
Expand Down

0 comments on commit 0158b3d

Please sign in to comment.