Skip to content

Commit

Permalink
[iOS] Build : workflow 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jsangyun authored Nov 23, 2023
1 parent 5b81b1e commit 61aadad
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,4 @@ jobs:
- uses: actions/checkout@v3
- 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' \
-skipPackagePluginValidation \
-skipMacroValidation
xcodebuild clean test -project iOS/Village/Village.xcodeproj -scheme Village -destination 'platform=iOS Simulator,name=iPhone 13 Pro,OS=latest' -skipPackagePluginValidation -skipMacroValidation

0 comments on commit 61aadad

Please sign in to comment.