diff --git a/.nx/workflows/agents.yaml b/.nx/workflows/agents.yaml index e4c5dc8443..f73921e1bf 100644 --- a/.nx/workflows/agents.yaml +++ b/.nx/workflows/agents.yaml @@ -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