diff --git a/.github/workflows/cypress-tests.yml b/.github/workflows/cypress-tests.yml index f0164293..2c240ceb 100644 --- a/.github/workflows/cypress-tests.yml +++ b/.github/workflows/cypress-tests.yml @@ -16,6 +16,8 @@ jobs: - name: Yarn Install and Cache uses: graasp/graasp-deploy/.github/actions/yarn-install-and-cache@v1 + with: + cypress: true - name: Build run: yarn build