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 e13517b commit f454b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/saferpayCheckouting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
npx cypress cache prune
npm install -D cypress
npm ci
npx cypress run --spec "${{ matrix.test_spec }}" --record ${{ secrets.CYPRESS_RECORD_KEY }}
npx cypress run --spec "${{ matrix.test_spec }}" --record "${{ secrets.CYPRESS_RECORD_KEY }}"
# - name: Running ${{ matrix.prestashop }} Cypress E2E tests
Expand Down

0 comments on commit f454b1d

Please sign in to comment.