diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 22a0276..ef2f89e 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -25,7 +25,7 @@ jobs: submodules: 'recursive' ref: 'rbmq-limited' - name: Launch docker-compose - run: docker compose up -d --wait + run: docker compose up -d --wait --quiet-pull - name: Install dependencies run: | python -m pip install --upgrade pip