File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -122,26 +122,6 @@ commands:
122
122
- run :
123
123
name : Install @mui/material v6
124
124
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
145
125
146
126
jobs :
147
127
checkout :
You can’t perform that action at this time.
0 commit comments