Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
.yml 수정
  • Loading branch information
iOS-Ruel authored Aug 26, 2024
1 parent 572e1ea commit e63aa38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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: Run Test
name: Run Test

on:
push:
Expand All @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- name: Build Xcode
run: |
xcodebuild clean test -project CamPlace.xcodeproj \
-scheme CamPlace \
-destination 'platform=iOS Simulator,name=iPhone 13,OS=latest'
xcodebuild clean test -project CamPlace.xcodeproj \
-scheme CamPlace \
-destination 'platform=iOS Simulator,name=iPhone 13,OS=latest'

0 comments on commit e63aa38

Please sign in to comment.