From f38ad96ec565e9ef8522ede4359d3526218326f5 Mon Sep 17 00:00:00 2001 From: Rares Matei Date: Mon, 5 Feb 2024 17:15:21 +0000 Subject: [PATCH] chore(repo): install lsof and other e2e deps (#21615) --- .nx/workflows/agents.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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