chore(repo): install lsof and other e2e deps (#21615)

This commit is contained in:
Rares Matei 2024-02-05 17:15:21 +00:00 committed by GitHub
parent b97958c1b3
commit f38ad96ec5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,10 @@ launch-templates:
~/.cache/Cypress
~/.pnpm-store
BASE_BRANCH: 'master'
- name: Install e2e deps
script: |
sudo apt-get update
sudo apt-get install -y ca-certificates lsof
- name: Install Pnpm
script: |
npm install -g @pnpm/exe@8.7.4