From 4886dfe7ef9c754d7e2abd26fd92dabf29bab684 Mon Sep 17 00:00:00 2001 From: Klemens Muthmann Date: Thu, 10 Oct 2024 15:18:02 +0200 Subject: [PATCH] Update swift.yml --- .github/workflows/swift.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 600fd4e..cd30df4 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -20,6 +20,5 @@ jobs: run: xcrun simctl list - name: Build run: xcodebuild -destination "platform=iOS Simulator,name=iPhone SE (3rd generation),OS=18.1" -scheme DataCapturing SYMROOT="./build" build - #run: swift build -v - name: Run tests - run: swift test -v + run: xcodebuild -destination "platform=iOS Simulator,name=iPhone SE (3rd generation),OS=18.1" -scheme DataCapturing test