From 4f714823b25f6bf478091f01c6a24cf086b4aa3a Mon Sep 17 00:00:00 2001 From: Anian Schleyer <98647423+anian03@users.noreply.github.com> Date: Sat, 23 Nov 2024 00:04:58 +0100 Subject: [PATCH] Update build-and-test-ios-app.yml --- .github/workflows/build-and-test-ios-app.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-and-test-ios-app.yml b/.github/workflows/build-and-test-ios-app.yml index 5baf9e83..33d7840e 100644 --- a/.github/workflows/build-and-test-ios-app.yml +++ b/.github/workflows/build-and-test-ios-app.yml @@ -28,8 +28,6 @@ jobs: # - name: Run Unit and UI Tests # run: bundle exec fastlane test - - name: Debug Helper - run: security find-provisioning-profile - name: Build iOS App run: bundle exec fastlane build