crowdin/mobile-sdk-ios

CI: add cache for CocoaPods dependencies in the build Workflow

Open

#238 opened on Oct 17, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Swift (56 forks)github user discovery
CI/CDgood first issuehacktoberfest

Repository metrics

Stars
 (131 stars)
PR merge metrics
 (PR metrics pending)

Description

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 and Tests dependencies should be cached separately.

Contributor guide