Skip to content

Commit

Permalink
fix(ci): do not install cypress in jest workflow.
Browse files Browse the repository at this point in the history
It is not required and attempting to install can cause failures
if the cypress server cannot be reached such as here:
https://github.com/nextcloud/text/actions/runs/12330192763/job/34415369232?pr=6780

Signed-off-by: Max <max@nextcloud.com>
  • Loading branch information
max-nextcloud committed Dec 14, 2024
1 parent 5952318 commit 5aee32e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"

- name: Install dependencies
env:
CYPRESS_INSTALL_BINARY: 0
run: npm ci

- name: Run jest
Expand Down

0 comments on commit 5aee32e

Please sign in to comment.