chore(repo): install lsof and other e2e deps (#21615)
This commit is contained in:
parent
b97958c1b3
commit
f38ad96ec5
@ -21,7 +21,10 @@ launch-templates:
|
|||||||
~/.cache/Cypress
|
~/.cache/Cypress
|
||||||
~/.pnpm-store
|
~/.pnpm-store
|
||||||
BASE_BRANCH: 'master'
|
BASE_BRANCH: 'master'
|
||||||
|
- name: Install e2e deps
|
||||||
|
script: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y ca-certificates lsof
|
||||||
- name: Install Pnpm
|
- name: Install Pnpm
|
||||||
script: |
|
script: |
|
||||||
npm install -g @pnpm/exe@8.7.4
|
npm install -g @pnpm/exe@8.7.4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user