Skip to content

Support play next and play last from web view. #212

Support play next and play last from web view.

Support play next and play last from web view. #212

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test_lint:
runs-on: macos-latest
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 14 Pro Max,OS=16.2" | xcpretty --test