Skip to content

Commit

Permalink
chore: Playwright update (#640)
Browse files Browse the repository at this point in the history
* Updated playwright

* Small fix

* dont upgrade tiptap etc

* fix pw install?

---------

Co-authored-by: yousefed <yousefdardiry@gmail.com>
  • Loading branch information
matthewlipski and YousefED committed Mar 14, 2024
1 parent f105792 commit 1e9d7fb
Show file tree
Hide file tree
Showing 8 changed files with 1,295 additions and 90 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
CI: true

- name: Install Playwright
run: npx playwright install --with-deps
run: npm run install-playwright

- name: Run Playwright tests
working-directory: ./tests
Expand Down

0 comments on commit 1e9d7fb

Please sign in to comment.