From de5f093356206ae1971f05261601ac6dda3640d7 Mon Sep 17 00:00:00 2001 From: Antonio De Marco Date: Thu, 3 Oct 2024 11:34:35 +0200 Subject: [PATCH] Run tests with root. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbe6aed..5c7479f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,5 +22,5 @@ jobs: - name: test run: | docker compose up -d - docker compose exec -T php composer require consolidation/robo:~${{ matrix.ROBO_VERSION }} - docker compose exec -T php phpunit + docker compose exec -u root -T php composer require consolidation/robo:~${{ matrix.ROBO_VERSION }} + docker compose exec -u root -T php phpunit