Tweak playwright caching (#33065)
* Install chromium-headless-shell instead of full Chromium * Install chromium-headless-shell instead of full Chromium * Standardise playwright caching * Consolidate into a composite action * Iterate * Remove spurious step
This commit is contained in:
@@ -5,7 +5,12 @@ process.env.GITHUB_ACTIONS = "1";
|
||||
|
||||
export default {
|
||||
workspaces: {
|
||||
"packages/shared-components": {},
|
||||
"packages/shared-components": {
|
||||
ignoreDependencies: [
|
||||
// Used for vitest browser tests
|
||||
"@playwright/test",
|
||||
],
|
||||
},
|
||||
"packages/playwright-common": {
|
||||
ignoreDependencies: [
|
||||
// Used in playwright-screenshots.sh
|
||||
|
||||
Reference in New Issue
Block a user