Skip to content

Commit

Permalink
feat: find ipa file
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweii committed Jan 27, 2024
1 parent 9579a77 commit 4c3841e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,10 @@ jobs:
- name: Delete temp branch
if: success() || failure()
run: |
cd clickstream-sdk-samples/ios
ls
find . -type f -o -type d | grep -v '/\.' | sed -e 's;[^/]*/;|____;g;s;____|; |;g'
echo $temp_branch
git status
git config user.name "github-actions"
git config user.email "github-actions@github.com"
git push origin --delete $temp_branch
- name: Build Device Farm test file
run: |
Expand Down

0 comments on commit 4c3841e

Please sign in to comment.