From d071b1113db438f441bfbc8e874f330e4b72734a Mon Sep 17 00:00:00 2001 From: "Aman Kumar [SSW]" <71385247+amankumarrr@users.noreply.github.com> Date: Fri, 29 Mar 2024 13:48:39 +1100 Subject: [PATCH] Adding typo to test --- .github/workflows/template-ui-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}