diff --git a/.github/workflows/template-ui-tests.yml b/.github/workflows/template-ui-tests.yml index 5b70dc5eec..fa4c31dce0 100644 --- a/.github/workflows/template-ui-tests.yml +++ b/.github/workflows/template-ui-tests.yml @@ -48,7 +48,7 @@ jobs: retry-delay: 10s - name: Run Playwright tests - run: npx playwright test ${{ inputs.tests_to_run }} seo-prs + run: npx playwright test ${{ inputs.tests_to_run }}seo-prs env: HOST_URL: ${{ inputs.deploy_url }}