Skip to content

Commit

Permalink
ci(ios): run ios tests on verify (#7712)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven0351 authored Oct 11, 2024
1 parent 09d99ba commit e765c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"scripts": {
"verify": "npm run xc:build:Capacitor && npm run xc:build:CapacitorCordova",
"xc:build:Capacitor": "cd Capacitor && xcodebuild -workspace Capacitor.xcworkspace -scheme Capacitor && cd ..",
"xc:build:Capacitor": "cd Capacitor && xcodebuild clean test -workspace Capacitor.xcworkspace -scheme Capacitor -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.0' && cd ..",
"xc:build:CapacitorCordova": "cd CapacitorCordova && xcodebuild && cd ..",
"xc:build:xcframework": "scripts/build.sh xcframework"
},
Expand Down

0 comments on commit e765c0f

Please sign in to comment.