Skip to content

Commit 101b3df

Browse files
committed
add missing playwright install
1 parent c20e67c commit 101b3df

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
@@ -71,9 +71,12 @@ jobs:
7171
*/*/node_modules
7272
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
7373

74-
- name: setup playwright
74+
- name: setup playwright dependencies
7575
run: pnpm exec playwright install-deps
7676

77+
- name: setu playwright
78+
run: pnpm exec playwright install
79+
7780
- name: turborepo Cache
7881
uses: buildjet/cache@v4
7982
with:

0 commit comments

Comments
 (0)