lib/snapshot/test_command_generator.rb in snapshot-1.0.4 vs lib/snapshot/test_command_generator.rb in snapshot-1.0.5
- old
+ new
@@ -43,9 +43,10 @@
end
def actions
actions = []
# actions << :clean if config[:clean]
+ actions << :build # https://github.com/fastlane/snapshot/issues/246
actions << :test
actions
end