Skip to content

Commit 89e9e4f

Browse files
committed
checking installed versions
1 parent 192b699 commit 89e9e4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ jobs:
181181
uses: ramsey/composer-install@v2
182182
with:
183183
working-directory: src/LiveComponent
184+
- name: check installed
185+
working-directory: src/LiveComponent
186+
run: cat vendor/composer/installed.php
184187
- name: LiveComponent Tests
185188
working-directory: src/LiveComponent
186189
run: php vendor/bin/simple-phpunit

0 commit comments

Comments
 (0)