Skip to content

Commit

Permalink
Merge pull request #1 from oversizedev/ci-add-build
Browse files Browse the repository at this point in the history
Update bump.yml
  • Loading branch information
aromanov91 authored Sep 29, 2023
2 parents f5ae11c + a2aa068 commit 7f85922
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ on:
- main
jobs:

build:

runs-on: macos-latest

name: Package build

steps:
- uses: actions/checkout@v3
- name: Select Xcode
run: sudo xcode-select -switch /Applications/Xcode.app && /usr/bin/xcodebuild -version
- name: Build and run tests
run: xcodebuild clean build -scheme OversizeNetwork -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=16.4' | xcpretty

tag:
name: Create tag
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7f85922

Please sign in to comment.