Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Feb 11, 2025
1 parent 4f612fc commit 72bdfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Execute tests (Payments)
run: vendor/bin/phpunit --group=payments
if: steps.should-run-payment-tests.outputs.result == 'true'
if: matrix.index == 0 && steps.should-run-payment-tests.outputs.result == 'true'
env:
STRIPE_KEY: ${{ secrets.STRIPE_KEY }}
STRIPE_SECRET: ${{ secrets.STRIPE_SECRET }}
Expand Down

0 comments on commit 72bdfe3

Please sign in to comment.