diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 80632ee4..9898a3c5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,7 +54,7 @@ jobs: path: ${{ env.PLAYWRIGHT_BROWSERS_PATH }} - name: Install Playwright - # does not need to explictly set chromium after https://github.com/microsoft/playwright/issues/14862 is solved + # does not need to explicitly set chromium after https://github.com/microsoft/playwright/issues/14862 is solved run: pnpm playwright install chromium - name: Build