From dbb4e25d9aee30a324fe25598e74eb7f40bc7fad Mon Sep 17 00:00:00 2001 From: Nihal Agazade <43378371+icarusdust@users.noreply.github.com> Date: Wed, 25 Oct 2023 12:28:35 +0300 Subject: [PATCH] False positive caching process (#2149) * False positive caching process * Update caching.md * Update caching.md --- content/knowledge-codemagic/caching.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/knowledge-codemagic/caching.md b/content/knowledge-codemagic/caching.md index 2ed71781..e8719b3f 100644 --- a/content/knowledge-codemagic/caching.md +++ b/content/knowledge-codemagic/caching.md @@ -53,6 +53,9 @@ To use caching, simply add a `cache` section to your `codemagic.yaml` file and l {{< /tabpane >}} +{{}} +**⚠️ Note:** If your dependencies have any warnings or errors when trying to cache them, the caching process will not complete successfully even though you will see a cache for the workflow listed under the Caching tab in the UI. You should reset the cache by deleting the workflow cache under the Caching tab and deal with any errors or warnings. +{{}} ## Cache usage limits