From 839169a1f07ed11abab049dbf3e73c2e0c76e302 Mon Sep 17 00:00:00 2001 From: Tadeas Kriz Date: Thu, 30 May 2024 12:42:45 -0400 Subject: [PATCH] Update iOS GH action. --- .github/workflows/KaMPKit-iOS.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/KaMPKit-iOS.yml b/.github/workflows/KaMPKit-iOS.yml index d8544d64..5c4fb2ec 100644 --- a/.github/workflows/KaMPKit-iOS.yml +++ b/.github/workflows/KaMPKit-iOS.yml @@ -24,13 +24,13 @@ jobs: distribution: corretto java-version: 17 - - name: Build + - name: Run tests run: ./gradlew :shared:iosX64Test - name: Build uses: sersoft-gmbh/xcodebuild-action@v1 with: - workspace: ios/KaMPKitiOS.xcworkspace + workspace: ios/KaMPKitiOS.xcodeproj scheme: KaMPKitiOS destination: name=iPhone 8 sdk: iphoneos