Skip to content

Commit

Permalink
Ensure PHPUnit tests are run when third party JSON files are changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Sep 12, 2024
1 parent 62c950c commit e69c334
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
# Only run if PHP-related files changed.
paths:
- '.github/workflows/php-test.yml'
- 'data/*.json'
- '**.php'
- 'phpunit.xml.dist'
- 'composer.json'
Expand All @@ -17,6 +18,7 @@ on:
# Only run if PHP-related files changed.
paths:
- '.github/workflows/php-test.yml'
- 'data/*.json'
- '**.php'
- 'phpunit.xml.dist'
- 'composer.json'
Expand Down

0 comments on commit e69c334

Please sign in to comment.