Skip to content

Commit

Permalink
Update build-and-test-ios-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anian03 authored Nov 22, 2024
1 parent afd89b8 commit 7fc9081
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-test-ios-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:

# - name: Run Unit and UI Tests
# run: bundle exec fastlane test
- name: Run Fastlane match
run: bundle exec fastlane match appstore

- name: Debug code signing identities after match
run: security find-identity -v -p codesigning || echo "No identities found"

- name: Build iOS App
run: bundle exec fastlane build
Expand Down

0 comments on commit 7fc9081

Please sign in to comment.