From 6512165813cc1d7b71d5901bf98be528330a30b7 Mon Sep 17 00:00:00 2001 From: Jen Jones Arnesen Date: Wed, 2 Dec 2020 08:24:54 +0100 Subject: [PATCH] fix: install the Cypress binary for the e2e tests (#1340) --- .github/workflows/verify.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 4bc640764..b9d3351d6 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -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: