Skip to content

Commit

Permalink
[iOS] Build : swift.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jsangyun authored Nov 23, 2023
1 parent 302e255 commit 686eb24
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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
name: iOS

on:
push:
Expand All @@ -12,11 +12,15 @@ on:
jobs:
build:

runs-on: macos-latest
runs-on: macos-13-xlarge

steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3.1'
- uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
- name: Start xcode build
run: |
xcodebuild clean test -project iOS/Village/Village.xcodeproj \
-scheme Village \
-destination 'platform=iOS Simulator,name=iPhone 13 Pro,OS=latest'

0 comments on commit 686eb24

Please sign in to comment.