참고소스 수정본
This commit is contained in:
17
참고/playwright-main/.github/workflows/copilot-setup-steps.yml
vendored
Normal file
17
참고/playwright-main/.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@v6
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: "22"
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- run: npx playwright install --with-deps
|
||||
Reference in New Issue
Block a user