Skip to content

Commit

Permalink
Merge pull request #5600 from tvdeyen/allow-skip-admin-extensions
Browse files Browse the repository at this point in the history
Disable admin preview for extensions test apps
  • Loading branch information
tvdeyen authored Jan 17, 2024
2 parents 338657a + 27b94a9 commit 8f228c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lib/spree/testing_support/common_rake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def initialize
'solidus:install',
Dir.pwd, # use the current dir as Rails.root
"--auto-accept",
"--admin-preview=#{ENV.fetch('ADMIN_PREVIEW', 'false')}",
"--authentication=none",
"--payment-method=none",
"--migrate=false",
Expand Down

0 comments on commit 8f228c5

Please sign in to comment.