Skip to content

- fix build errors

- fix build errors #7

Workflow file for this run

# This workflow will build a Swift project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
name: Swift
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build app
run: xcodebuild clean build test -enableCodeCoverage NO -project UberCarAnimation.xcodeproj -scheme UberCarAnimation -destination 'platform=iOS Simulator,name=iPhone 8' ONLY_ACTIVE_ARCH=YES