File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 2323 - name : List available simulator targets
2424 run : xcrun xctrace list devices
2525
26- - name : Build and Test
27- run : |
28- xcodebuild test -scheme PowerSync-Package -destination "platform=iOS Simulator,name=iPhone 16"
29- xcodebuild test -scheme PowerSync-Package -destination "platform=macOS,arch=arm64,name=My Mac"
30- xcodebuild test -scheme PowerSync-Package -destination "platform=watchOS Simulator,arch=arm64,name=Apple Watch Ultra 2 (49mm)"
31- xcodebuild test -scheme PowerSync-Package -destination "platform=tvOS Simulator,arch=arm64,name=Apple TV Simulator"
26+ - name : Test on iOS simulator
27+ run : xcodebuild test -scheme PowerSync-Package -destination "platform=iOS Simulator,name=iPhone 16"
28+ - name : Test on macOS simulator
29+ run : xcodebuild test -scheme PowerSync-Package -destination "platform=macOS,arch=arm64,name=My Mac"
30+ - name : Test on watchOS simulator
31+ run : xcodebuild test -scheme PowerSync-Package -destination "platform=watchOS Simulator,arch=arm64,name=Apple Watch Ultra 2 (49mm)"
32+ - name : Test on tvOS simulator
33+ run : xcodebuild test -scheme PowerSync-Package -destination "platform=tvOS Simulator,arch=arm64,name=Apple TV Simulator"
You can’t perform that action at this time.
0 commit comments