Skip to content

Commit

Permalink
chore: install cypress in package
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Sep 19, 2023
1 parent 32a8454 commit 5d75245
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 410 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-cypress-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: npm ci

- name: Install Cypress ${{ matrix.cypress-version }}
working-directory: ./packages/cypress-cloud
run: npm install cypress@${{ matrix.cypress-version }}

- name: Build
Expand Down
Loading

0 comments on commit 5d75245

Please sign in to comment.