Skip to content

Commit

Permalink
ci: update cypress-related cmds [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Oct 7, 2023
1 parent 38fab0b commit a653466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pullRequestsCommandCypress2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }})
Expand Down Expand Up @@ -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 }})
Expand Down

0 comments on commit a653466

Please sign in to comment.