-
Notifications
You must be signed in to change notification settings - Fork 199
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
ci: add action workflow for ensuring minimum sdk version support #3462
Conversation
f3ee3d4
to
798504b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #3462 +/- ##
==========================================
+ Coverage 68.06% 68.09% +0.03%
==========================================
Files 1079 1079
Lines 36356 36356
==========================================
+ Hits 24745 24758 +13
+ Misses 11611 11598 -13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
xcode-version: 14.0.1 | ||
platform: watchOS | ||
|
||
uses: ./.github/workflows/build_amplify_swift.yml |
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.
Calling this workflow here as is will result in the build cache being overwritten.
You could add a new optional boolean input that allows to skip the Save the dependencies cache in main step in build_amplify_swift.yml
.
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.
thanks! will update it.
42c4ee5
to
6328e51
Compare
6328e51
to
a1a66dd
Compare
a1a66dd
to
b7d16b0
Compare
b7d16b0
to
caaa159
Compare
Issue #
Description
main
branchGeneral Checklist
Given When Then
inline code documentation and are named accordinglytestThing_condition_expectation()
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.