Skip to content

Commit

Permalink
fix(repo): ensure cypress is installed on agents
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Oct 3, 2023
1 parent 2d70eb0 commit f60336c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .nx/workflows/agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f60336c

Please sign in to comment.