Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
duyluonganh committed Feb 7, 2024
1 parent f4f5138 commit 1012f43
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ trigger:

pool:
# vmImage: 'ubuntu-22.04'
vmImage: windows-latest
vmImage: macos-latest

steps:
# - task: CmdLine@2
Expand All @@ -30,7 +30,11 @@ steps:
# script: |
# java -version
# echo "Hello should not print here: $HELLO"

- task: NodeTool@0
inputs:
versionSpec: '16.20.0'
displayName: 'Install Node.js'

- task: katalonTask@1
inputs:
version: '9.0.0'
Expand Down

0 comments on commit 1012f43

Please sign in to comment.