Skip to content

Commit 6db8afe

Browse files
committed
add missing playwright install
1 parent 16f7dfe commit 6db8afe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,12 @@ jobs:
7474
*/*/node_modules
7575
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
7676

77-
- name: setup playwright
77+
- name: setup playwright dependencies
7878
run: pnpm exec playwright install-deps
7979

80+
- name: setu playwright
81+
run: pnpm exec playwright install
82+
8083
- name: turborepo Cache
8184
uses: buildjet/cache@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4
8285
with:

0 commit comments

Comments
 (0)