Skip to content

Commit 997f06b

Browse files
committed
Troubleshooting.
1 parent dcc2401 commit 997f06b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/isolated-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,7 @@ jobs:
7171
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
7272
7373
- name: Execute tests
74-
run: phpunit -c "src/Tempest/${{ matrix.package.basename }}/phpunit.xml"
74+
run: |
75+
pwd
76+
cat "src/Tempest/${{ matrix.package.basename }}/phpunit.xml"
77+
phpunit -c "src/Tempest/${{ matrix.package.basename }}/phpunit.xml"

0 commit comments

Comments
 (0)