From e280c4bf6ce613f88d56be9c24b808ef529055cb Mon Sep 17 00:00:00 2001 From: Anian Schleyer <98647423+anian03@users.noreply.github.com> Date: Sat, 23 Nov 2024 00:26:37 +0100 Subject: [PATCH] Update build-and-test-ios-app.yml --- .github/workflows/build-and-test-ios-app.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-and-test-ios-app.yml b/.github/workflows/build-and-test-ios-app.yml index d219ef93..33d7840e 100644 --- a/.github/workflows/build-and-test-ios-app.yml +++ b/.github/workflows/build-and-test-ios-app.yml @@ -28,9 +28,6 @@ jobs: # - name: Run Unit and UI Tests # run: bundle exec fastlane test - - - name: Debug code signing identities - run: security find-identity -v -p codesigning || echo "No identities found" - name: Build iOS App run: bundle exec fastlane build