Skip to content

Commit 05e5518

Browse files
committed
Add Playwright MCP server
1 parent 0747ab6 commit 05e5518

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ jobs:
2222
- run: |
2323
cd _submodules/TypeScript
2424
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
25-
git fetch origin --unshallow
25+
git fetch --unshallow
2626
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2727
- uses: dtolnay/rust-toolchain@fcf085fcb4b4b8f63f96906cd713eb52181b5ea4 # stable
2828
- uses: ./.github/actions/setup-go
2929
with:
3030
cache-name: copilot-setup-steps
31+
- run: npm install -g @playwright/mcp@0.0.28
3132
- run: npm ci
3233
- run: npx hereby build

0 commit comments

Comments
 (0)