We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbb045 commit 4444626Copy full SHA for 4444626
fastlane/Fastfile
@@ -150,7 +150,9 @@ lane :test_ui do |options|
150
png_files = git_status(ext: '.png').map { |_, png| png }.flatten
151
next if png_files.empty?
152
153
+ # Discard all files apart from the snapshots
154
png_files.each { |png| sh("git add #{png}") || true }
155
+ sh('git restore .')
156
157
create_pr(
158
title: '[CI] Snapshots',
0 commit comments