CI: add cache for CocoaPods dependencies in the build Workflow #238
Labels
CI/CD
good first issue
Good for newcomers
hacktoberfest
This issue welcomes contributions for Hacktoberfest
Currently, the
build.yml
doesn't use any caching for CocoaPods dependencies.We need to add the caching step to allow reusing these dependencies and reduce the execution time.
Note: the
Example
andTests
dependencies should be cached separately.The text was updated successfully, but these errors were encountered: