chore(ci): improve mobile e2e caching (#1010)

* chore(ci): improve mobile e2e caching

* chore(ci): restore deriveddata cache

* chore(ci): remove ios deriveddata cache

* chore(ci): cache ios derived data

* chore(ci): optimize mobile deploy caching

* chore(ci): enable ccache for ios e2e builds

* fix(ci): add ccache path for ios e2e
This commit is contained in:
Justin Hernandez
2025-09-09 01:37:10 -07:00
committed by GitHub
parent a1c69981eb
commit 75dee90e41
3 changed files with 43 additions and 25 deletions

View File

@@ -62,7 +62,7 @@ runs:
yarn set version 4.6.0
echo "📦 Installing JavaScript dependencies with strict lock file..."
if ! yarn install --immutable; then
if ! yarn install --immutable --inline-builds; then
echo ""
echo "❌ ERROR: yarn.lock is out of date!"
echo ""