Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Feb 8, 2025
1 parent 8227d59 commit 0799218
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@ jobs:
- name: Run PHPUnit
run: vendor/bin/phpunit --exclude-group=payments

- name: Get changed files (Payments)
id: changed-files-payments
uses: tj-actions/changed-files@v44
with:
files: |
src/Payments/*
src/Http/Controllers/Payments/*
tests/Feature/Payments/*
composer.json
.github/workflows/tests.yml
# - name: Get changed files (Payments)
# id: changed-files-payments
# uses: tj-actions/changed-files@v44
# with:
# files: |
# src/Payments/*
# src/Http/Controllers/Payments/*
# tests/Feature/Payments/*
# composer.json
# .github/workflows/tests.yml

- name: Run PHPUnit (Payments)
run: vendor/bin/phpunit --group=payments
if: steps.changed-files-payments.outputs.any_modified == 'true' || github.event_name == 'schedule'
# if: steps.changed-files-payments.outputs.any_modified == 'true' || github.event_name == 'schedule'
env:
STRIPE_KEY: ${{ secrets.STRIPE_KEY }}
STRIPE_SECRET: ${{ secrets.STRIPE_SECRET }}
Expand Down

0 comments on commit 0799218

Please sign in to comment.