-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add placeholder step in CI for Reader unit tests #24387
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
Conversation
I named it with `..._app_store_reader` instead of `..._reader_app_store` like the other lanes for Jetpack and WordPress because I find that suffixing the app name leads to better code completion and homogeneous API. ``` ..._app_store_jetpack ..._app_store_reader ..._app_store_wordpress ``` This is not the time to change the other lane names, however.
app_identifiers: ALL_READER_BUNDLE_IDENTIFIERS, | ||
readonly: readonly | ||
) | ||
end |
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.
I named it with ..._app_store_reader
instead of ..._reader_app_store
like the other lanes for Jetpack and WordPress because I find that
suffixing the app name leads to better code completion and homogeneous
API.
..._app_store_jetpack
..._app_store_reader
..._app_store_wordpress
This is not the time to change the other lane names, however.
|
App Name | Jetpack | |
Configuration | Release-Alpha | |
Build Number | 27017 | |
Version | PR #24387 | |
Bundle ID | com.jetpack.alpha | |
Commit | c93bbd7 | |
Installation URL | 21h9pvddo1890 |
|
App Name | WordPress | |
Configuration | Release-Alpha | |
Build Number | 27017 | |
Version | PR #24387 | |
Bundle ID | org.wordpress.alpha | |
Commit | c93bbd7 | |
Installation URL | 0drrbehhv7nhg |
@@ -0,0 +1,12 @@ | |||
#!/bin/bash -eu | |||
|
|||
# Run this at the start to fail early if value not available |
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.
I'm not sure that would actually fail early if value not available, because despite this script having -eu
in the shebang, if that script is source
'd then the shebang is ignored…
If you really want such behavior you might want to extract the -eu
from the shebang into dedicated set
instructions instead
Currently only runs code signing sync to validate that bit of the process, see code comments.
There's a lot to discuss regarding infra and release process, but we don't have to have a plan for that to add a walking skeleton.