Skip to content

Commit

Permalink
Install Playwright browsers on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
radium-v committed Apr 9, 2024
1 parent 39dc923 commit 68ef4f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
filePath: yarn-ci.sh
displayName: yarn (install packages)

- script: yarn playwright install --with-deps
displayName: 'Install Playwright browsers'

- script: |
yarn nx workspace-lint
yarn nx run @fluentui/nx-workspace-tools:check-graph
Expand Down

0 comments on commit 68ef4f9

Please sign in to comment.