Skip to content

Commit 62f9c64

Browse files
committed
Remove explicit playwright step
1 parent 4d09719 commit 62f9c64

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.circleci/config.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -122,26 +122,6 @@ commands:
122122
- run:
123123
name: Install @mui/material v6
124124
command: pnpm use-material-ui-v6
125-
- when:
126-
condition: << parameters.playwright >>
127-
steps:
128-
- restore_cache:
129-
key: playwright-cache-{{ checksum "pnpm-lock.yaml" }}
130-
- run:
131-
name: Install playwright & ffmpeg
132-
command: |
133-
pnpx playwright install --with-deps
134-
# Avoids installing a system version of ffmpeg
135-
ffmpeg_bin=$(find ~/.cache/ms-playwright -regex '.*/ffmpeg-[0-9]*')
136-
if [[ -z "$ffmpeg_bin" ]]; then
137-
>&2 echo "Could not find ffmpeg location"
138-
exit 1
139-
fi
140-
ln -s "$ffmpeg_bin" ~/bin/ffmpeg
141-
- save_cache:
142-
key: playwright-cache-{{ checksum "pnpm-lock.yaml" }}
143-
paths:
144-
- ~/.cache/ms-playwright
145125

146126
jobs:
147127
checkout:

0 commit comments

Comments
 (0)