Skip to content

Commit

Permalink
Update build-example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 authored Oct 1, 2023
1 parent 3e58021 commit 5f523c2
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/build-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,7 @@ env:
TVSCHEME: Example
WATCHSCHEME: Example

jobs:

build-package:

runs-on: macOS-13

name: Package build

steps:
- uses: actions/checkout@v3
- name: Select Xcode
run: sudo xcode-select -switch /Applications/Xcode_15.0.app && /usr/bin/xcodebuild -version

- name: Build and run tests
run: xcodebuild clean build -scheme OversizeUI -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=16.4' | xcpretty && exit ${PIPESTATUS[0]}

jobs:
example:
name: Run examples
runs-on: macOS-latest
Expand Down

0 comments on commit 5f523c2

Please sign in to comment.