We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104bdde commit 9dbede4Copy full SHA for 9dbede4
.github/workflows/main.yml
@@ -209,6 +209,7 @@ jobs:
209
- name: run mcp test server
210
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' )
211
run: |
212
+ ${{ matrix.name == 'linux' && matrix.arch == 'arm64' && 'npx playwright install chrome' || '' }} \
213
${{ matrix.name == 'linux-musl' && matrix.arch == 'arm64' && 'docker exec alpine' || '' }} \
214
npx @playwright/mcp@latest --port 8931 --headless & sleep 10
215
0 commit comments