Skip to content

Commit

Permalink
Update devops-pull-requests-parallel-jobs.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Oct 28, 2024
1 parent 05f8578 commit f5f911f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions devops-pull-requests-parallel-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
npm run test:knockout:single
displayName: "run markup tests"
- script: |
- bash: |
npm run testcafe:ko
displayName: "run functional tests"
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
npm run test:react:single
displayName: "run markup tests"
- script: |
- bash: |
npm run testcafe:react
displayName: "run functional tests"
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
npm run test:vue:single
displayName: "run markup tests"
- script: |
- bash: |
npm run testcafe:vue
displayName: "Vue functional tests"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"

0 comments on commit f5f911f

Please sign in to comment.