mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
5c4751d5dd
We now commit protocol.ts files during the roll. New utils/roll_browser.js helps with that. This makes our installation very shallow: - build installer; - download browsers.
12 lines
167 B
YAML
12 lines
167 B
YAML
environment:
|
|
matrix:
|
|
- nodejs_version: "10"
|
|
|
|
build: off
|
|
|
|
install:
|
|
- ps: Install-Product node $env:nodejs_version
|
|
- npm ci
|
|
- npm run build
|
|
- npm run test
|