-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to GitHub Actions reusable workflows #134
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #134 +/- ##
===========================================
- Coverage 97.28% 81.64% -15.64%
===========================================
Files 8 8
Lines 368 986 +618
===========================================
+ Hits 358 805 +447
- Misses 10 181 +171 |
version: ${{ github.event.inputs.version }} | ||
branch: ${{ github.event.inputs.branch }} | ||
dependencies: AEPCore ${{ github.event.inputs.core-dependency }} | ||
paths: Package.swift:swift_spm, AEPEdge.podspec, AEPEdge.xcodeproj/project.pbxproj, Sources/IdentityConstants.swift |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You missed updating to AEPEdgeIdentity
AEPEdgeIdentity.podspec
AEPEdgeIdentity.xcodeproj/project.pbxproj
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Updated
Description
This PR migrates the Edge Identity iOS repo to use the reusable workflows from aepsdk-commons for:
Dependency chanages
1.17.2
->2.5.23
(Gemfile.lock)1.17.2
and ruby3.x
: https://github.com/adobe/aepsdk-edgeidentity-ios/actions/runs/12020105024/job/335082947741.16.2
(latest) - Podfile.lock, Gemfile, Gemfile.lockTesting changes
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: