From f88b60ad9120e1a5940467bcfb7ebacca4e1f646 Mon Sep 17 00:00:00 2001 From: Florian Steffens Date: Tue, 12 Sep 2023 09:23:01 +0200 Subject: [PATCH] adjust cypress CI workflow Signed-off-by: Florian Steffens --- .github/workflows/cypress.yml | 2 ++ 1 file changed, 2 insertions(+) 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