Skip to content

Fix next event position not persisted (again) #93

Fix next event position not persisted (again)

Fix next event position not persisted (again) #93

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master, macos-13 ]
types: [opened, reopened, synchronize, ready_for_review]
jobs:
unit-tests:
if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
name: Unit Tests
runs-on: macos-26
env:
scheme: Calendr
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: |
xcodebuild build-for-testing -scheme "$scheme" \
COMPILER_INDEX_STORE_ENABLE=NO CODE_SIGNING_ALLOWED=NO
- name: Test
run: |
set -o pipefail && xcodebuild test-without-building -scheme "$scheme" | xcbeautify