From 72aeca91dca755aae4cb70fdf34deceda28f8cdd Mon Sep 17 00:00:00 2001 From: Ryan Stelly Date: Fri, 17 Oct 2025 11:01:13 -0500 Subject: [PATCH] test if applesimtuils are necessary for just the build --- .github/workflows/e2e_ios.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/e2e_ios.yml b/.github/workflows/e2e_ios.yml index a30f03bce..5d526875b 100644 --- a/.github/workflows/e2e_ios.yml +++ b/.github/workflows/e2e_ios.yml @@ -125,15 +125,6 @@ jobs: - name: Set MOCK_MODE to e2e run: echo "MOCK_MODE=e2e" >> "$GITHUB_ENV" - # Install prerequisites for detox and build app, and test - - name: Install macOS dependencies - env: - HOMEBREW_NO_AUTO_UPDATE: 1 - HOMEBREW_NO_INSTALL_CLEANUP: 1 - run: | - brew tap wix/brew - brew install applesimutils - - name: Build test app run: npm run e2e:build:ios