Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 5188318

Browse files
Replace ios stage with job
1 parent a403fc6 commit 5188318

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.azurepipelines/test-rn-code-push.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ pool:
1212
vmImage: 'macOS-12'
1313

1414
stages:
15-
- stage: Android
15+
- stage: RunTests
16+
displayName: 'Run Android & IOS tests'
1617
jobs:
1718
- job: TestAndroid
1819
timeoutInMinutes: 120
@@ -71,8 +72,6 @@ stages:
7172
npm run test:fast:android
7273
displayName: 'Run Android test'
7374
74-
- stage: IOS
75-
jobs:
7675
- job: TestIOS
7776
displayName: 'Test IOS'
7877
steps:

0 commit comments

Comments
 (0)