From 4b7aaf8e1ccc4568be720e439937dd4b521e996c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=84=ED=98=84?= Date: Fri, 12 Jan 2024 20:48:14 +0900 Subject: [PATCH] =?UTF-8?q?-alltargets=20=EC=98=A4=ED=83=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/swift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index ee67313ac..66d59d92b 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -34,7 +34,7 @@ jobs: arguments: '' - name: xcode build 🛠️ - run: xcodebuild clean build -workspace "Bibbi.xcworkspace" -allTargets -destination "platform=iOS Simulator,name=iPhone 13 mini,OS=latest" + run: xcodebuild clean build -workspace "Bibbi.xcworkspace" -alltargets -destination "platform=iOS Simulator,name=iPhone 13 mini,OS=latest" - name: Upload coverage to Codecov uses: codecov/codecov-action@v1.2.1 env: