Skip to content

Commit d328b0d

Browse files
committed
wip
1 parent 768351e commit d328b0d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/isolated-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,6 @@ jobs:
7979
cd "packages/${{ matrix.package.basename }}"
8080
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --ignore-platform-reqs
8181
82-
- name: Execute tests
83-
run: phpunit -c "packages/${{ matrix.package.basename }}/phpunit.xml"
82+
- name: Execute PHPUnit tests
83+
run: |
84+
[ ! -f "packages/${{ matrix.package.basename }}/phpunit.xml" ] || phpunit -c "packages/${{ matrix.package.basename }}/phpunit.xml"

0 commit comments

Comments
 (0)