Skip to content

Commit 238ff66

Browse files
committed
fix(linux-arm64/workflow): Playwright browser install command for tests typo
1 parent 9dbede4 commit 238ff66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
- name: run mcp test server
210210
if: ( matrix.name == 'android' && matrix.arch == 'x86_64' ) || matrix.name == 'linux' || ( matrix.name == 'linux-musl' && matrix.arch == 'arm64' ) || matrix.name == 'windows' || ( matrix.name == 'macos' && matrix.arch != 'x86_64' )
211211
run: |
212-
${{ matrix.name == 'linux' && matrix.arch == 'arm64' && 'npx playwright install chrome' || '' }} \
212+
${{ matrix.name == 'linux' && matrix.arch == 'arm64' && 'npx playwright install chrome &&' || '' }} \
213213
${{ matrix.name == 'linux-musl' && matrix.arch == 'arm64' && 'docker exec alpine' || '' }} \
214214
npx @playwright/mcp@latest --port 8931 --headless & sleep 10
215215

0 commit comments

Comments
 (0)