Skip to content

fix: animation shimmering issue #82

fix: animation shimmering issue

fix: animation shimmering issue #82

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: Build & Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
# - name: Build
# run: swift build --package-path Outspire.swiftpm
# - name: Run tests
# run: swift test --package-path Outspire.swiftpm
- name: Set up Xcode
run: sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
- name: Build with Xcode
# run: xcodebuild -scheme "Outspire" -destination 'platform=iOS' build
run: xcodebuild -workspace Outspire.swiftpm -scheme "Outspire" -destination 'platform=iOS' build