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