diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 08aaa1981..14e67d219 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: run: npm ci - name: Install playwright - run: npx playwright install + run: npx playwright install chromium - name: Run docker compose run: docker compose up -d