From 61aadad5ce8145f50db38e4ce197ad76fae7101b Mon Sep 17 00:00:00 2001 From: Sangyun Jeong Date: Fri, 24 Nov 2023 00:47:50 +0900 Subject: [PATCH] =?UTF-8?q?[iOS]=20Build=20:=20workflow=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/swift.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index dd777c4..3c73f19 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -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