Skip to content

Commit 06e4fc5

Browse files
committed
chore(ci): Restore ios tests in CI
1 parent e68926b commit 06e4fc5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"unpkg": "dist/plugin.js",
99
"scripts": {
1010
"verify": "npm run verify:ios && npm run verify:android && npm run verify:web",
11-
"verify:ios": "xcodebuild -scheme CapacitorCommunityBluetoothLe -destination generic/platform=iOS",
11+
"verify:ios": "xcodebuild clean build test -scheme CapacitorCommunityBluetoothLe -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.5'",
1212
"verify:android": "cd android && ./gradlew clean build test && cd ..",
1313
"verify:web": "npm run test:coverage && npm run build",
1414
"lint": "npm run eslint && npm run prettier -- --check && npm run lint:ios",
@@ -27,7 +27,6 @@
2727
"test": "jest",
2828
"test:coverage": "jest --coverage",
2929
"test:watch": "jest --watch",
30-
"test:ios": "xcodebuild test -scheme CapacitorCommunityBluetoothLe -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.5'",
3130
"version:dev": "npm version --no-git-tag-version $(git describe)",
3231
"release": "standard-version",
3332
"release:minor": "standard-version -r minor",

0 commit comments

Comments
 (0)