Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 4 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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: |
Expand Down
Loading