diff --git a/.github/workflows/saferpayCheckouting.yml b/.github/workflows/saferpayCheckouting.yml index 5c88e3c1e..33165c684 100644 --- a/.github/workflows/saferpayCheckouting.yml +++ b/.github/workflows/saferpayCheckouting.yml @@ -17,7 +17,9 @@ jobs: port: '8002' yml: 'docker-compose.8.yml' url: 'https://sp1786.eu.ngrok.io' - test_spec: 'cypress/e2e/**' + test_spec: + - cypress/e2e/01-moduleConfig.cy.js + - cypress/e2e/02-authorizeAfterAuthorization.cy.js steps: - name: Checkouting uses: actions/checkout@v2.4.2 @@ -54,8 +56,7 @@ jobs: - name: ${{ matrix.prestashop }} installing / Module Install and Uninstall testing... run: | - cypress/e2e/01-moduleConfig.cy.js - cypress/e2e/02-authorizeAfterAuthorization.cy.js + ${{ matrix.make }} - name: Running ${{ matrix.prestashop }} Cypress E2E tests