mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: add copilot-setup-steps (#36013)
This commit is contained in:
parent
cee8fb28a6
commit
a88aa92d9d
17
.github/workflows/copilot-setup-steps.yml
vendored
Normal file
17
.github/workflows/copilot-setup-steps.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: "Copilot Setup Steps"
|
||||||
|
on: workflow_dispatch
|
||||||
|
jobs:
|
||||||
|
copilot-setup-steps:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: "22"
|
||||||
|
- run: npm ci
|
||||||
|
- run: npm run build
|
||||||
|
- run: npx playwright install --with-deps
|
Loading…
x
Reference in New Issue
Block a user