From a653466afe35bd55fd64733d1fe132b95de12125 Mon Sep 17 00:00:00 2001 From: adrians5j Date: Sat, 7 Oct 2023 15:19:49 +0200 Subject: [PATCH] ci: update cypress-related cmds [no ci] --- .github/workflows/pullRequestsCommandCypress2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pullRequestsCommandCypress2.yml b/.github/workflows/pullRequestsCommandCypress2.yml index 7f464b0dd33..e9b316d328b 100644 --- a/.github/workflows/pullRequestsCommandCypress2.yml +++ b/.github/workflows/pullRequestsCommandCypress2.yml @@ -216,7 +216,7 @@ jobs: - name: Cypress - run installation wizard test working-directory: dev/cypress-tests - run: yarn cypress run --browser chrome --spec "cypress/integration/adminInstallation/**/*.spec.js" + run: yarn cypress run --browser chrome --spec "cypress/integration/adminInstallation/**/*.cy.js" e2e-wby-cms-ddb-cypress-tests: name: ${{ matrix.cypress-folder }} (ddb, ${{ matrix.os }}, Node v${{ matrix.node }}) @@ -472,7 +472,7 @@ jobs: - name: Cypress - run installation wizard test working-directory: dev/cypress-tests - run: yarn cypress run --browser chrome --spec "cypress/integration/adminInstallation/**/*.spec.js" + run: yarn cypress run --browser chrome --spec "cypress/integration/adminInstallation/**/*.cy.js" e2e-wby-cms-ddb-es-cypress-tests: name: ${{ matrix.cypress-folder }} (ddb+es, ${{ matrix.os }}, Node v${{ matrix.node }})