diff --git a/.github/workflows/template-ui-tests.yml b/.github/workflows/template-ui-tests.yml index c9091e1186..da2a9e3fe1 100644 --- a/.github/workflows/template-ui-tests.yml +++ b/.github/workflows/template-ui-tests.yml @@ -32,7 +32,7 @@ jobs: run: pnpm install - name: Install Playwright Browsers - run: npx playwright install --with-deps chromium + run: npx playwright install --with-deps chromium webkit - name: Check that ${{ inputs.deploy_url }} is running uses: jtalk/url-health-check-action@v4