Skip to content

Commit 8e7ebdc

Browse files
fix: add explicit cypress install for ignore-scripts compatibility
1 parent 0a3fc1c commit 8e7ebdc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
- name: Install dependencies
5252
run: npm ci
5353

54+
- name: Install Cypress binary
55+
run: npx cypress install
56+
5457
- name: Build SDK
5558
run: npm run build
5659

0 commit comments

Comments
 (0)