This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b412cf
commit b11143b
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,17 @@ 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 diffs" | ||
env: | ||
scheme: ${{ matrix.scheme }} | ||
destination: ${{ matrix.destination }} | ||
DEVELOPER_DIR: ${{ matrix.xcode }} | ||
|
||
- name: 📥 Push | ||
run: | | ||
rm -rf .build/ | ||
git clean -df | ||
git config --global user.name 'tt-ios-bot' | ||
git config --global user.email '[email protected]' | ||
git commit -am "Image Diffs" | ||
git push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters