onnxruntime/tools/ci_build/github/azure-pipelines/nodejs/templates/test_macos.yml
2025-01-08 12:04:36 -08:00

20 lines
446 B
YAML

parameters:
StageSuffix: ''
stages:
- stage: Nodejs_Test_MacOS_${{ parameters.StageSuffix }}
dependsOn:
- Nodejs_Packaging
condition: succeeded()
jobs:
- job: Nodejs_Test_MacOS_${{ parameters.StageSuffix }}
workspace:
clean: all
timeoutInMinutes: 120
pool:
vmImage: 'macOS-14'
variables:
- name: OnnxRuntimeBuildDirectory
value: '$(Build.BinariesDirectory)'
steps:
- template: test.yml