Fix warnings in NotificationCenter+Utils
(#16)
#80
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |