From f5f911fedbac1507aa7b6213d2e0ca53452e3949 Mon Sep 17 00:00:00 2001 From: tsv2013 Date: Mon, 28 Oct 2024 15:16:59 +0300 Subject: [PATCH] Update devops-pull-requests-parallel-jobs.yml for Azure Pipelines --- devops-pull-requests-parallel-jobs.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/devops-pull-requests-parallel-jobs.yml b/devops-pull-requests-parallel-jobs.yml index 7f075b7a3f..bc6488778c 100644 --- a/devops-pull-requests-parallel-jobs.yml +++ b/devops-pull-requests-parallel-jobs.yml @@ -75,7 +75,7 @@ jobs: npm run test:knockout:single displayName: "run markup tests" - - script: | + - bash: | npm run testcafe:ko displayName: "run functional tests" @@ -128,7 +128,7 @@ jobs: npm run test:react:single displayName: "run markup tests" - - script: | + - bash: | npm run testcafe:react displayName: "run functional tests" @@ -177,7 +177,7 @@ jobs: npm run test:vue:single displayName: "run markup tests" - - script: | + - bash: | npm run testcafe:vue displayName: "Vue functional tests" @@ -249,7 +249,7 @@ jobs: npm run test:single displayName: "run unit and markup tests" - - script: | + - bash: | npm run testcafe:ci:angular displayName: "run functional tests" @@ -321,7 +321,7 @@ jobs: npm run test:single displayName: "run unit and markup tests" - - script: | + - bash: | npm run testcafe:ci:vue3 displayName: "run functional tests" @@ -419,6 +419,6 @@ jobs: npm run build_js_ui_prod displayName: "Build survey-js-ui" - - script: | + - bash: | npm run testcafe:survey-js-ui:ci displayName: "run functional tests"