Skip to content

Commit 97b91e2

Browse files
committed
Don't need to update the deps prior to installing PCOV.
1 parent 1430ff2 commit 97b91e2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/reusable-phpunit-tests-v3.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,6 @@ jobs:
205205
if: ${{ inputs.coverage-report }}
206206
run: |
207207
docker compose exec -T -u 0 php sh -c '
208-
apt-get update -qq &&
209-
apt-get install -y -qq --no-install-recommends $PHPIZE_DEPS &&
210208
pecl install pcov &&
211209
docker-php-ext-enable pcov &&
212210
php -m | grep -i pcov

0 commit comments

Comments
 (0)