Skip to content

Fix warnings in NotificationCenter+Utils (#16) #80

Fix warnings in NotificationCenter+Utils (#16)

Fix warnings in NotificationCenter+Utils (#16) #80

Workflow file for this run

name: Qit CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Switch to Xcode 13.2.1
run: sudo xcode-select --switch /Applications/Xcode.app
- name: Run tests
run: xcodebuild test -destination 'name=iPhone 13 Pro' -scheme 'Qit'