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 04714ee commit c3cb09c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/saferpayCheckouting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ jobs:
port: '8002'
yml: 'docker-compose.8.yml'
url: 'https://sp1786.eu.ngrok.io'
test_spec: [
'cypress/e2e/01-moduleConfig.cy.js',
'cypress/e2e/02-authorizeAfterAuthorization.cy.js'
]
test_spec: 'cypress/e2e/**'
steps:
- name: Checkouting
uses: actions/[email protected]
Expand Down Expand Up @@ -57,7 +54,8 @@ jobs:

- name: ${{ matrix.prestashop }} installing / Module Install and Uninstall testing...
run: |
${{ matrix.make }}
cypress/e2e/01-moduleConfig.cy.js
cypress/e2e/02-authorizeAfterAuthorization.cy.js
- name: Running ${{ matrix.prestashop }} Cypress E2E tests
Expand Down

0 comments on commit c3cb09c

Please sign in to comment.