Skip to content

Commit 7ca2cb8

Browse files
committed
Show the Composer configuration in the CI jobs
This helps debug problems, e.g., using an incorrect Composer cache directory.
1 parent 8f54873 commit 7ca2cb8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
tools: composer:v2
5757
coverage: "${{ matrix.coverage }}"
5858

59+
- name: Show the Composer configuration
60+
run: composer config --global --list
61+
5962
- name: Cache dependencies installed with composer
6063
uses: actions/cache@v3
6164
with:
@@ -108,6 +111,9 @@ jobs:
108111
tools: "composer:v2, phive"
109112
coverage: none
110113

114+
- name: Show the Composer configuration
115+
run: composer config --global --list
116+
111117
- name: Cache dependencies installed with composer
112118
uses: actions/cache@v3
113119
with:

0 commit comments

Comments
 (0)