ci: Enable Playwright tests in PRs (#17238)

This commit is contained in:
shortstacked
2025-07-16 09:05:11 +01:00
committed by GitHub
parent 4bba13ccb8
commit e63ae55a0c
15 changed files with 436 additions and 267 deletions

View File

@@ -12,7 +12,7 @@
"cache": false
},
"build:playwright": {
"dependsOn": ["install-browsers", "build"]
"dependsOn": ["install-browsers:ci", "build"]
},
"build:backend": {
"dependsOn": ["n8n#build"]