Skip to content

Commit

Permalink
ci: print env before and after
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Nov 22, 2024
1 parent c6d0ca6 commit 9698495
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ def puts_header(msg)
JEST_MAJOR_VERSION = "29".freeze

def require_package_json_gem
puts ENV

require "bundler/inline"
require "bundler"

Expand All @@ -108,6 +110,8 @@ def require_package_json_gem
end

puts "using package_json v#{PackageJson::VERSION}"

puts ENV
end

def apply_template! # rubocop:disable Metrics/MethodLength, Metrics/AbcSize, Metrics/PerceivedComplexity, Metrics/CyclomaticComplexity
Expand Down

0 comments on commit 9698495

Please sign in to comment.