From dbec4ff183f1fc462616f2228792cb6d505451a6 Mon Sep 17 00:00:00 2001 From: Sangyun Jeong Date: Thu, 23 Nov 2023 20:28:25 +0900 Subject: [PATCH] Update swift.yml --- .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 1d818e1..ecece70 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - name: Build run: | - xcodebuild clean test -project Village.xcodeproj \ + xcodebuild clean test -project iOS/Village/Village.xcodeproj \ -scheme Village \ -destination 'platform=iOS Simulator,name=iPhone 13,OS=latest' -allowProvisioningUpdates