ci: split jobs (#11343)

Co-authored-by: jrandolf <101637635+jrandolf@users.noreply.github.com>
This commit is contained in:
Nikolay Vitkov
2023-11-10 14:45:37 +01:00
committed by GitHub
parent cbc33bea40
commit 9d2b65912b
13 changed files with 648 additions and 490 deletions

View File

@@ -24,7 +24,7 @@
"prepare": "npm run prepare --workspaces --if-present",
"test": "wireit",
"test-install": "npm run test --workspace @puppeteer-test/installation",
"test-types": "tsd -t packages/puppeteer",
"test-types": "wireit",
"test:chrome": "wireit",
"test:chrome:bidi": "wireit",
"test:chrome:bidi-local": "wireit",
@@ -111,6 +111,12 @@
"./test:build",
"./tools/mocha-runner:build"
]
},
"test-types": {
"command": "tsd -t packages/puppeteer",
"dependencies": [
"./packages/puppeteer:build"
]
}
},
"devDependencies": {