Skip to content

Try again.

Try again. #199

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test_lint:
runs-on: macos-13
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app
steps:
- uses: actions/checkout@v3
- name: Setup
run: ./Scripts/setup.sh
env:
APP_IDENTIFIER: org.blackcandy
- name: Test and Lint
run: |
swiftlint
set -o pipefail && xcodebuild test -scheme "BlackCandy" -destination platform="iOS Simulator,name=iPhone 15 Pro Max,OS=17.0" | xcpretty --test