Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Push image diff again
Browse files Browse the repository at this point in the history
  • Loading branch information
scottasoutherland committed Nov 14, 2023
1 parent 2a7d90d commit 0cd68de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '[email protected]'
git commit -am "Image Diffs"
git push
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class TextAreaTest: SnapshotTestCase {
}

func testFirstResponderEmpty() {
recordMode = true
verify(setUp: {
self.textArea.becomeFirstResponder()
tt_waitForAnimations()
Expand Down

0 comments on commit 0cd68de

Please sign in to comment.