Skip to content

Commit 9dbede4

Browse files
committed
fix(linux-arm64/workflow): add Playwright browser installation to run tests
1 parent 104bdde commit 9dbede4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +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' || '' }} \
212213
${{ matrix.name == 'linux-musl' && matrix.arch == 'arm64' && 'docker exec alpine' || '' }} \
213214
npx @playwright/mcp@latest --port 8931 --headless & sleep 10
214215

0 commit comments

Comments
 (0)