onnxruntime/tools/ci_build/github/azure-pipelines/nodejs/templates/test_macos.yml
2023-03-24 23:39:15 -07:00

20 lines
402 B
YAML

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