ci: Migrate workflow tests to Playwright (#17370)

This commit is contained in:
shortstacked
2025-07-29 10:38:53 +01:00
committed by GitHub
parent 096e535f1e
commit 4f85f92daf
757 changed files with 138083 additions and 160832 deletions

View File

@@ -21,7 +21,7 @@ async function globalSetup() {
const n8nBaseUrl = process.env.N8N_BASE_URL;
if (!n8nBaseUrl) {
console.log('⚠️ N8N_BASE_URL environment variable is not set, skipping database reset');
if (process.env.CI) {
if (process.env.CI && process.env.N8N_DOCKER_IMAGE) {
await pullImagesForCI();
}
return;