mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
ci: Migrate workflow tests to Playwright (#17370)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user