diff --git a/.github/workflows/e2e-certifier.yml b/.github/workflows/e2e-certifier.yml index e3c975dbb..f016a1b0f 100644 --- a/.github/workflows/e2e-certifier.yml +++ b/.github/workflows/e2e-certifier.yml @@ -33,7 +33,7 @@ jobs: run: | cd ${{ github.workspace }}/playwright npm install - npx playwright install + npx playwright install --with-deps - name: Run tests run: |