Skip to content

Commit d695020

Browse files
authored
Merge pull request #391 from oliverklee/feature/composer-config
2 parents 8f54873 + 7ca2cb8 commit d695020

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)