onnxruntime/tools/ci_build/github/azure-pipelines/nodejs/templates/test_macos.yml
2024-03-26 12:20:11 -07:00

20 lines
402 B
YAML

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