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 a2b78d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,16 @@ jobs:
run: sh .github/scripts/lint.sh

- name: 📋 Build and test
run: sh .github/scripts/run_tests.sh
run: sh .github/scripts/run_tests.sh || echo "Pushing diff"
env:
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 a2b78d5

Please sign in to comment.