Skip to content

Commit 6deecf2

Browse files
update tests
1 parent 8812734 commit 6deecf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
xcode-version: latest-stable
1717
- name: Build and Test
1818
run: |
19-
xcodebuild test -scheme PowerSync -destination "platform=iOS Simulator,name=iPhone 16"
20-
xcodebuild test -scheme PowerSync -destination "platform=macOS,arch=arm64,name=My Mac"
21-
xcodebuild test -scheme PowerSync -destination "platform=watchOS Simulator,arch=arm64,name=Apple Watch Ultra 2 (49mm)"
19+
xcodebuild test -scheme PowerSync-Package -destination "platform=iOS Simulator,name=iPhone 16"
20+
xcodebuild test -scheme PowerSync-Package -destination "platform=macOS,arch=arm64,name=My Mac"
21+
xcodebuild test -scheme PowerSync-Package -destination "platform=watchOS Simulator,arch=arm64,name=Apple Watch Ultra 2 (49mm)"
2222
2323
buildSwift6:
2424
name: Build and test with Swift 6

0 commit comments

Comments
 (0)