diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 1928162e0..2b2078fc2 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -92,6 +92,8 @@ jobs: run: | npm ci TESTING=true npm run build --if-present + composer i --no-dev + - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3