Skip to content

Commit

Permalink
revert names, add back variable
Browse files Browse the repository at this point in the history
  • Loading branch information
edgchen1 committed May 13, 2024
1 parent 1cf5670 commit 429f520
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,18 @@ stages:
# Mobile build:
# artifact: 'onnxruntime-ios-mobile-pod'

- stage: Run_Tests
displayName: Run React Native CI Tests
- stage: ReactNative_CI
displayName: React Native CI
dependsOn:
- Build_Packages
jobs:
- job: Run_Tests
- job: ReactNative_CI
pool:
# We need macOS-12 to run the Android emulator for now.
# https://github.com/actions/runner-images/issues/7671
vmImage: 'macOS-12'
variables:
runCodesignValidationInjection: false
timeoutInMinutes: 60
steps:
- task: mspremier.PostBuildCleanup.PostBuildCleanup-task.PostBuildCleanup@3
Expand Down

0 comments on commit 429f520

Please sign in to comment.