Skip to content

Commit

Permalink
Drop iOS 12 tests from CI script (#7718)
Browse files Browse the repository at this point in the history
* Drop iOS 12 tests from CI script

* Explicitly run units on iOS 16.2
  • Loading branch information
yogevbd committed May 23, 2023
1 parent 01e6a45 commit 250c624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test-unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ function runAndroidUnitTests() {
function runIosUnitTests() {
exec.execSync('npm run build');
exec.execSync('npm run pod-install');
testTarget('playground', 'iPhone 11');
testTarget('playgroundIOS12', 'iPhone X', '12.4');
testTarget('playground', 'iPhone 11', '13.7');
// testTarget('playgroundIOS12', 'iPhone X', '12.4');
}

function testTarget(scheme, device, OS = 'latest') {
Expand Down

0 comments on commit 250c624

Please sign in to comment.