From 0930e80a73d91ad3e8d8cff7a04db4ab30002b32 Mon Sep 17 00:00:00 2001 From: Duy Luong Date: Fri, 10 Nov 2023 18:05:14 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 65c8ea4..03136f0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,12 +7,12 @@ pool: steps: - task: katalonTask@1 inputs: - version: '8.6.8' + version: '9.0.0' executeArgs: '-testSuitePath="Test Suites/New Test Suite" -browserType="Chrome" -apiKey=$(katalon_api_key) --config -webui.autoUpdateDrivers=true' xvfbConfiguration: '-s "-screen 0 1024x768x24"' env: - JAVA_HOME: $(JAVA_HOME_8_X64) - PATH: $(JAVA_HOME_8_X64)/bin:$(PATH) + JAVA_HOME: $(JAVA_HOME_17_X64) + PATH: $(JAVA_HOME_17_X64)/bin:$(PATH) - task: PublishPipelineArtifact@0 inputs: