From cc8ab9a39d528c7e63e1237bf720dabdf2985d2d Mon Sep 17 00:00:00 2001 From: iOS991 Date: Sat, 17 Feb 2024 19:51:13 +0530 Subject: [PATCH] Update ios.yml --- .github/workflows/ios.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 9f4c82d..188332b 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -18,7 +18,8 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Run tests - run: swift test + run: | + xcodebuild clean test -xcodeproj "PlistDesign.xcodeproj" -scheme "PlistDesignTests" -destination "platform=iOS Simulator,name=iPhone 12 Pro,OS=latest" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO swiftlint: name: Lint code with SwiftLint runs-on: macos-latest