Skip to content

Commit

Permalink
Run install chrome in correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Oct 21, 2024
1 parent 15cbab4 commit 2bf4eae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ jobs:
condition: ne(variables.NPM_CACHE_RESTORED, 'true')

- script: |
cd $(Build.SourcesDirectory)/survey-library
npx puppeteer browsers install chrome
displayName: "install chrome"
Expand Down Expand Up @@ -403,6 +404,7 @@ jobs:
condition: ne(variables.NPM_CACHE_RESTORED, 'true')

- script: |
cd $(Build.SourcesDirectory)/survey-library
npx puppeteer browsers install chrome
displayName: "install chrome"
Expand Down Expand Up @@ -509,6 +511,7 @@ jobs:
condition: ne(variables.NPM_CACHE_RESTORED, 'true')

- script: |
cd $(Build.SourcesDirectory)/survey-library
npx puppeteer browsers install chrome
displayName: "install chrome"
Expand Down Expand Up @@ -616,6 +619,7 @@ jobs:
condition: ne(variables.NPM_CACHE_RESTORED, 'true')

- script: |
cd $(Build.SourcesDirectory)/survey-library
npx puppeteer browsers install chrome
displayName: "install chrome"
Expand Down Expand Up @@ -738,6 +742,7 @@ jobs:
condition: ne(variables.NPM_CACHE_RESTORED, 'true')

- script: |
cd $(Build.SourcesDirectory)/survey-library
npx puppeteer browsers install chrome
displayName: "install chrome"
Expand Down Expand Up @@ -955,6 +960,7 @@ jobs:
condition: ne(variables.NPM_CACHE_RESTORED, 'true')

- script: |
cd $(Build.SourcesDirectory)/survey-library
npx puppeteer browsers install chrome
displayName: "install chrome"
Expand Down

0 comments on commit 2bf4eae

Please sign in to comment.