Skip to content

Commit e923ae3

Browse files
committed
Allow code coverage with root alias
1 parent ee42eb2 commit e923ae3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/code-coverage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
extensions: "${{ inputs.php-extensions }}"
4444
php-version: "${{ inputs.php-version }}"
4545

46+
- name: "Set COMPOSER_ROOT_VERSION"
47+
run: |
48+
echo "COMPOSER_ROOT_VERSION=${{ inputs.composer-root-version }}" >> $GITHUB_ENV
49+
if: "${{ inputs.composer-root-version }}"
50+
4651
- name: "Install dependencies with Composer"
4752
uses: "ramsey/composer-install@v1"
4853
with:

0 commit comments

Comments
 (0)