Skip to content

Commit 36aef7a

Browse files
logaretmclaude
andcommitted
fix(ci): use pnpx with pinned playwright version for browser install
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 02ac8db commit 36aef7a

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,3 @@ runs:
1616
packages/*/node_modules
1717
packages/*/dist
1818
key: build-${{ github.sha }}
19-
- name: Install dependencies
20-
run: pnpm install
21-
shell: bash

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ jobs:
6464
key: playwright-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
6565
- name: Install Playwright browsers
6666
if: steps.playwright-cache.outputs.cache-hit != 'true'
67-
run: pnpm exec playwright install chromium
67+
run: pnpx playwright@1.57.0 install chromium
6868
- run: pnpm test:ci

0 commit comments

Comments
 (0)