fix(repo): ensure cypress is installed on agents (#19430)

This commit is contained in:
Jason Jean 2023-10-03 15:32:24 -04:00 committed by GitHub
parent a1a69a13aa
commit b58c59b483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,9 @@ steps:
script: |
pnpm install --frozen-lockfile
- name: Install Cypress
script: pnpm exec cypress install
- name: Install Rust
script: |
curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh -s -- -y