Skip to content

Commit

Permalink
Re-enable commented line in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed May 2, 2017
1 parent 8175349 commit 1b058ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ lane :release do |options|
File.open(filepath, 'wb') { |file| file.write(content) }

if options[:skip_tests] != true
#runalltests
runalltests
else
Helper.log.info "Skipping tests!".yellow
end
Expand Down

0 comments on commit 1b058ba

Please sign in to comment.