From 3f1b89d665d7535ba3ff005d2d6bb61e7464ed8e Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 20 Feb 2024 18:30:34 +0100 Subject: [PATCH] Install dependencies in upload-coverage CI job --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f33b0d1..2eef1afc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,11 +121,10 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Use PHP - uses: shivammathur/setup-php@v2 + uses: './.github/actions/ci-setup' with: php-version: ${{ matrix.php-version }} - coverage: pcov - ini-values: pcov.directory=module + extensions-cache-key: tests-extensions-${{ matrix.php-version }} - uses: actions/download-artifact@v4 with: path: build