Skip to content

Commit

Permalink
Adding typo for test
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Mar 29, 2024
1 parent 86d1cc2 commit 7ff61ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/template-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

Expand Down

0 comments on commit 7ff61ea

Please sign in to comment.