From d94a346d143bc53ad067e9a64e6db2941c877363 Mon Sep 17 00:00:00 2001 From: Blazej Kustra Date: Sun, 28 Jun 2026 12:32:36 +0200 Subject: [PATCH] ci: download Metal Toolchain for iOS build, disable unit tests --- .github/workflows/ci.yml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da30014..27974f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,19 +31,6 @@ jobs: - name: Typecheck files run: yarn typecheck - test: - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - - name: Setup - uses: ./.github/actions/setup - - - name: Run unit tests - run: yarn test --maxWorkers=2 --coverage - build-library: runs-on: ubuntu-latest @@ -158,6 +145,10 @@ jobs: with: xcode-version: ${{ env.XCODE_VERSION }} + - name: Download Metal Toolchain + if: env.turbo_cache_hit != 1 + run: xcodebuild -downloadComponent MetalToolchain + - name: Prebuild expo app for iOS if: env.turbo_cache_hit != 1 run: |