From 92d035de26e2b44e93657113cc9f5224573a680b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ula=C5=9F=20Sancak?= Date: Wed, 5 Jun 2024 18:35:14 +0300 Subject: [PATCH] Update swift.yml --- .github/workflows/swift.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 15300dc..5d3d20b 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -26,23 +26,23 @@ jobs: - name: Run tests run: | xcodebuild \ - -scheme Resting \ + -scheme WPSwift \ -sdk macosx14.5 \ -destination 'platform=macOS' \ test && xcodebuild \ - -scheme Resting \ + -scheme WPSwift \ -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.5' \ test && xcodebuild \ - -scheme Resting \ + -scheme WPSwift \ -destination 'platform=watchOS Simulator,name=Apple Watch Series 9 (41mm),OS=10.5' \ test && xcodebuild \ - -scheme Resting \ + -scheme WPSwift \ -destination 'platform=tvOS Simulator,name=Apple TV 4K (3rd generation) (at 1080p),OS=17.5' \ test xcodebuild \ - -scheme Resting \ + -scheme WPSwift \ -destination 'platform=visionOS Simulator,name=Apple Vision Pro,OS=1.2' \ test