Skip to content

Commit ea302ad

Browse files
committed
debug
1 parent 61bc44d commit ea302ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ jobs:
116116
run: composer config minimum-stability ${{ matrix.minimum-stability }}
117117
working-directory: "src/${{ matrix.component }}"
118118

119+
- name: Display composer.json
120+
run: cat composer.json
121+
working-directory: "src/${{ matrix.component }}"
122+
119123
- name: Install ${{ matrix.component }} packages
120124
uses: ramsey/composer-install@v3
121125
with:

0 commit comments

Comments
 (0)