File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,13 +131,11 @@ jobs:
131131 key : ${{ runner.os }}-${{ runner.arch }}-playwright-${{ steps.playwright-version.outputs.version }}-chromium
132132
133133 - name : Install Playwright system dependencies
134- # sudo required for apt-get; use node directly to avoid bunx PATH issues under sudo
135134 run : sudo node packages/app/node_modules/.bin/playwright install-deps chromium
136135
137136 - name : Install Playwright browsers
138137 if : steps.playwright-cache.outputs.cache-hit != 'true'
139- # Use node directly — bunx hangs on GHA runners during binary download
140- run : timeout 180 node packages/app/node_modules/.bin/playwright install chromium
138+ run : node packages/app/node_modules/.bin/playwright install chromium --only-shell
141139
142140 - name : Run app e2e tests
143141 run : bun --cwd packages/app test:e2e:local
You can’t perform that action at this time.
0 commit comments