Skip to content

Refactor TextureLayerView #66

Refactor TextureLayerView

Refactor TextureLayerView #66

Workflow file for this run

name: iOS unit tests
on:
pull_request:
branches: ["main"]
push:
branches: ["main"]
concurrency:
group: ios-unit-tests-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: macos-15
timeout-minutes: 45
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Select Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
# Ruby from .ruby-version; Bundler from Gemfile.lock "BUNDLED WITH" (no duplicate pins in workflow)
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
bundler-cache: true
- name: Run unit tests
env:
FASTLANE_SKIP_UPDATE_CHECK: "1"
NSUnbufferedIO: "YES"
run: bundle exec fastlane test