Skip to content

Upgrade version

Upgrade version #38

Workflow file for this run

name: Xcode - Build and Analyze
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build and analyse default scheme using xcodebuild command
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run Test
run: xcodebuild clean build test -project SYM.xcodeproj -scheme SYM