Skip to content

Commit

Permalink
Merge pull request #223 from nov/remove_pry-byebug_in_ci
Browse files Browse the repository at this point in the history
no need for pry-byebug in CI
  • Loading branch information
nbulaj authored Feb 4, 2025
2 parents b1e0977 + 8d857a6 commit ea80e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require 'pry-byebug'
require 'pry-byebug' unless ENV['CI']

puts "====> Doorkeeper version: #{Doorkeeper::VERSION::STRING}"

Expand Down

0 comments on commit ea80e49

Please sign in to comment.