Skip to content

Bugfix: Calculation of next date when date is start of year #39

Bugfix: Calculation of next date when date is start of year

Bugfix: Calculation of next date when date is start of year #39

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
tests:
runs-on: macOS-15
timeout-minutes: 10
strategy:
matrix:
xcode:
- 16.0
steps:
- uses: actions/checkout@v3
- name: Select Xcode ${{ matrix.xcode }}
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
- name: Run test
run: |
xcodebuild test -scheme CustomRepeatDate -destination platform="iOS Simulator,name=iPhone 16 Pro"