File tree Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,33 @@ jobs:
197197 path : ${{ env.CACHED_DEPENDENCY_PATHS }}
198198 key : ${{ steps.compute_lockfile_hash.outputs.hash }}
199199
200+ - name : Install OS Dependencies for Playwright
201+ run : |
202+ sudo apt-get update
203+ sudo apt-get install -y \
204+ libasound2t64 \
205+ libasound2-dev \
206+ libatk-bridge2.0-0t64 \
207+ libatk1.0-0t64 \
208+ libatspi2.0-0t64 \
209+ libcups2t64 \
210+ libgtk-3-0t64 \
211+ libpng16-16t64 \
212+ libevent-2.1-7t64 \
213+ libffi8 \
214+ libicu74 \
215+ libx264-164 \
216+ libglib2.0-0t64 \
217+ libgstreamer1.0-0 \
218+ libgstreamer-plugins-base1.0-0 \
219+ libenchant-2-2 \
220+ libsecret-1-0 \
221+ libmanette-0.2-0 \
222+ libflite1 \
223+ libxss1 \
224+ xvfb
225+
226+
200227 - name : Install dependencies
201228 if : steps.cache_dependencies.outputs.cache-hit != 'true'
202229 run : yarn install --ignore-engines --frozen-lockfile
@@ -444,8 +471,6 @@ jobs:
444471 needs : [job_get_metadata, job_build]
445472 timeout-minutes : 10
446473 runs-on : ubuntu-24.04
447- strategy :
448- fail-fast : false
449474 steps :
450475 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
451476 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments