diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c903a3..135334f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,3 +25,11 @@ jobs: scheme: ${{ matrix.scheme }} destination: ${{ matrix.destination }} DEVELOPER_DIR: ${{ matrix.xcode }} + + - name: 📋 Push + run: | + rm -rf .build/ + git config --global user.name 'tt-ios-bot' + git config --global user.email 'tt-ios-bot@users.noreply.github.com' + git commit -am "Image Diffs" + git push \ No newline at end of file diff --git a/Tests/ThumbprintTests/Snapshot/Components/TextAreaTest.swift b/Tests/ThumbprintTests/Snapshot/Components/TextAreaTest.swift index f50d296..00729a1 100644 --- a/Tests/ThumbprintTests/Snapshot/Components/TextAreaTest.swift +++ b/Tests/ThumbprintTests/Snapshot/Components/TextAreaTest.swift @@ -25,6 +25,7 @@ class TextAreaTest: SnapshotTestCase { } func testFirstResponderEmpty() { + recordMode = true verify(setUp: { self.textArea.becomeFirstResponder() tt_waitForAnimations()