fix(repo): ensure cypress is installed on agents (#19430)
This commit is contained in:
parent
a1a69a13aa
commit
b58c59b483
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user