Skip to content

Commit

Permalink
Add install chrome command in accessibility tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Oct 21, 2024
1 parent 34d54ff commit 15cbab4
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions accessibility-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
command: install
verbose: false
condition: ne(variables.NPM_CACHE_RESTORED, 'true')

- script: |
npx puppeteer browsers install chrome
displayName: "install chrome"
- script: |
npm run build_knockout_prod
Expand Down Expand Up @@ -114,7 +118,11 @@ jobs:
command: install
verbose: false
condition: ne(variables.NPM_CACHE_RESTORED, 'true')


- script: |
npx puppeteer browsers install chrome
displayName: "install chrome"
- powershell: |
npm run build_react_prod
npm run build_core
Expand Down Expand Up @@ -177,7 +185,11 @@ jobs:
command: install
verbose: false
condition: ne(variables.NPM_CACHE_RESTORED, 'true')


- script: |
npx puppeteer browsers install chrome
displayName: "install chrome"
- script: |
npm run build_vue_prod
displayName: 'build prod'
Expand Down Expand Up @@ -242,6 +254,10 @@ jobs:
verbose: false
condition: ne(variables.NPM_CACHE_RESTORED, 'true')

- script: |
npx puppeteer browsers install chrome
displayName: "install chrome"
- powershell: |
npm run build_core
npm run build_i18n_dev
Expand Down Expand Up @@ -328,6 +344,10 @@ jobs:
verbose: false
condition: ne(variables.NPM_CACHE_RESTORED, 'true')

- script: |
npx puppeteer browsers install chrome
displayName: "install chrome"
- powershell: |
npm run build_core
npm run build_i18n_dev
Expand Down

0 comments on commit 15cbab4

Please sign in to comment.