Skip to content

Move extension into Rearrange; use accessor #38

Move extension into Rearrange; use accessor

Move extension into Rearrange; use accessor #38

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'CODE_OF_CONDUCT.md'
- '.editorconfig'
- '.spi.yml'
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
test:
name: Test
timeout-minutes: 30
runs-on: macos-26
env:
DEVELOPER_DIR: /Applications/Xcode_26.4.app
strategy:
matrix:
destination:
- "platform=macOS"
steps:
- name: Checkout
uses: actions/checkout@v6
with:
submodules: recursive
- name: Test platform ${{ matrix.destination }}
run: set -o pipefail && xcodebuild -scheme IBeam -destination "${{ matrix.destination }}" test