From b58c59b483ccef5d8e54a4348c92a0ec62826f27 Mon Sep 17 00:00:00 2001 From: Jason Jean Date: Tue, 3 Oct 2023 15:32:24 -0400 Subject: [PATCH] fix(repo): ensure cypress is installed on agents (#19430) --- .nx/workflows/agents.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.nx/workflows/agents.yaml b/.nx/workflows/agents.yaml index fe6d8db6159ba..5b61ccabd52f7 100644 --- a/.nx/workflows/agents.yaml +++ b/.nx/workflows/agents.yaml @@ -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