Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sidmohanty11 committed Feb 17, 2024
1 parent 269091b commit 14129f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
run: cd packages/e2e-react

- name: Install Playwright Browsers
run: yarn playwright install --with-deps
run: npx playwright install --with-deps

- name: Run Playwright tests
run: yarn playwright test
run: yarn test

- name: Upload Playwright report
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 14129f4

Please sign in to comment.