Skip to content

place content according to its degree. #37

place content according to its degree.

place content according to its degree. #37

Workflow file for this run

name: Build and Test Sources
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: "Build Sources"
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Install xcpretty
run: bundle install
- name: Build and Test
run: |
set -o pipefail && \
xcodebuild -scheme SimpleRoulette \
clean build test \
-destination "name=iPhone 12" \
| bundle exec xcpretty