diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7bfec368..256d0ecd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -144,7 +144,7 @@ jobs: - name: "Install playwright browsers" run: | - npx playwright install + npx playwright install --with-deps - name: "Run tests" run: |