We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768351e commit d328b0dCopy full SHA for d328b0d
.github/workflows/isolated-tests.yml
@@ -79,5 +79,6 @@ jobs:
79
cd "packages/${{ matrix.package.basename }}"
80
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --ignore-platform-reqs
81
82
- - name: Execute tests
83
- run: phpunit -c "packages/${{ matrix.package.basename }}/phpunit.xml"
+ - name: Execute PHPUnit tests
+ run: |
84
+ [ ! -f "packages/${{ matrix.package.basename }}/phpunit.xml" ] || phpunit -c "packages/${{ matrix.package.basename }}/phpunit.xml"
0 commit comments