Skip to content

Commit

Permalink
fix: install the Cypress binary for the e2e tests (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen authored Dec 2, 2020
1 parent c1f0fc9 commit 6512165
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ jobs:
path: '**/node_modules'
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

- name: Install Cypress binary
run: yarn cypress install

- name: End-to-End tests
uses: cypress-io/github-action@v2
with:
Expand Down

0 comments on commit 6512165

Please sign in to comment.