Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Justas Vaitkus authored and Justas Vaitkus committed Jul 12, 2024
1 parent 84a5fb2 commit 9c0233f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/saferpayCheckouting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9c0233f

Please sign in to comment.