Skip to content

Commit 1e9d7fb

Browse files
chore: Playwright update (#640)
* Updated playwright * Small fix * dont upgrade tiptap etc * fix pw install? --------- Co-authored-by: yousefed <[email protected]>
1 parent f105792 commit 1e9d7fb

File tree

8 files changed

+1295
-90
lines changed

8 files changed

+1295
-90
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
CI: true
6565

6666
- name: Install Playwright
67-
run: npx playwright install --with-deps
67+
run: npm run install-playwright
6868

6969
- name: Run Playwright tests
7070
working-directory: ./tests

0 commit comments

Comments
 (0)