Skip to content

Commit a9e36f8

Browse files
committed
use a single step for setting up playwright
1 parent cfff95a commit a9e36f8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ jobs:
4141
cache-prefix: ${{ runner.os }}-turbo-
4242
provider: github
4343
- name: setup playwright
44-
run: pnpm exec playwright install-deps
45-
- name: setu playwright
46-
run: pnpm exec playwright install
44+
run: pnpm exec playwright install --with-deps
4745
- name: Run Build
4846
run: pnpm build
4947
# We include the environment variables here so that the cache for turborepo

0 commit comments

Comments
 (0)