mirror of
https://github.com/selfxyz/self.git
synced 2026-01-09 14:48:06 -05:00
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:
2
.github/actions/mobile-setup/action.yml
vendored
2
.github/actions/mobile-setup/action.yml
vendored
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user