onnxruntime/tools/ci_build/github/azure-pipelines/nodejs/templates/test_macos.yml

18 lines
351 B
YAML

parameters:
JobSuffix: ''
jobs:
- job: Nodejs_Test_${{ parameters.JobSuffix }}
workspace:
clean: all
timeoutInMinutes: 120
pool:
vmImage: 'macOS-11'
dependsOn:
- Nodejs_Packaging_CPU
condition: succeeded()
variables:
- name: OnnxRuntimeBuildDirectory
value: '$(Build.BinariesDirectory)'
steps:
- template: test.yml