diff --git a/.github/workflows/template-ui-tests.yml b/.github/workflows/template-ui-tests.yml index e2682b33cc..e075d69fa3 100644 --- a/.github/workflows/template-ui-tests.yml +++ b/.github/workflows/template-ui-tests.yml @@ -35,7 +35,7 @@ jobs: cache: "pnpm" - name: Install dependencies - run: pnpm install ad + run: pnpm install - name: Install Playwright Browsers run: npx playwright install --with-deps chromium @@ -48,7 +48,7 @@ jobs: retry-delay: 10s - name: Run Playwright tests - run: npx playwright test ${{ inputs.tests_to_run }} + run: npx playwright test ${{ inputs.tests_to_run }} s env: HOST_URL: ${{ inputs.deploy_url }}