Skip to content

Commit

Permalink
Different formatter?
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed May 10, 2024
1 parent c5e4b84 commit 5a701ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
end

# Use the GitHub Annotations formatter for CI
if ENV['GITHUB_ACTIONS'] == 'true' && ENV['GITHUB_RSPEC'] == 'true'
require 'rspec/github'
config.add_formatter RSpec::Github::Formatter
end
# if ENV['GITHUB_ACTIONS'] == 'true' && ENV['GITHUB_RSPEC'] == 'true'
# require 'rspec/github'
# config.add_formatter RSpec::Github::Formatter
# end
end

def body_as_json
Expand Down

0 comments on commit 5a701ce

Please sign in to comment.