mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
fix: Add install step for playwright binaries (#16945)
This commit is contained in:
10
turbo.json
10
turbo.json
@@ -143,11 +143,19 @@
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
},
|
||||
"install-browsers": {
|
||||
"install-browsers:ci": {
|
||||
"cache": true,
|
||||
"inputs": ["package.json"],
|
||||
"outputs": ["ms-playwright-cache/**"],
|
||||
"env": ["PLAYWRIGHT_BROWSERS_PATH"]
|
||||
},
|
||||
"install-browsers:local": {
|
||||
"cache": false,
|
||||
"inputs": ["package.json"]
|
||||
},
|
||||
"test:standard": {
|
||||
"dependsOn": ["install-browsers:local"],
|
||||
"cache": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user