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 c3cb09c commit 5ae0455
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/saferpayCheckouting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,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 All @@ -64,7 +63,7 @@ jobs:
record: true
parallel: true
group: 'SaferpayTests'
spec: ${{ matrix.test_spec }}
spec: 'cypress/e2e/01-moduleConfig.cy.js cypress/e2e/file2.cy.js'
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5ae0455

Please sign in to comment.