Conversation
1. Redundancy: The primary goal of spectesting (validating that a Podspec works) is already covered by the standard pod lib lint checks running in other workflows (e.g., common_cocoapods.yml which is called by product-specific workflows like
auth.yml, firestore.yml, etc.). pod lib lint is the industry standard for pre-merge validation.
2. It is Disabled: As you noted, it has been effectively disabled (branches: - none) for over a year, meaning the project has been successfully releasing without it.
3. Different Purpose: The other two workflows you asked about serve a different purpose:
* prerelease_cocoapods.yml: Publishes nightly snapshots.
* release_cocoapods.yml: Stages official releases.
* These verify the deployment pipeline, whereas spectesting was a complex local simulation of that pipeline (rewriting podspecs to point to local file paths) which is brittle and largely unnecessary given the other checks.
#no-changelog
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. |
|
I'm fine to remove, but disagree with reason number 1. |
@paulb777 good catch! Will the nightly release and prerelease workflows (pod repo pushes to the testing repos) effectively be the same as |
|
Yes, but those only do a subset of the podspecs. |
|
Hmm, then I think it may be better to re-enable this workflow. |
|
I'll try re-enabling |
Reasons to remove (generated):
#no-changelog