ci: Hide the github button in e2e tests (no-changelog) (#11747)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-11-15 08:33:46 +01:00
committed by GitHub
parent fd3254d587
commit fb123b44af
11 changed files with 11 additions and 17 deletions
@@ -10,7 +10,7 @@ import path from 'path';
import { Container, Service } from 'typedi';
import config from '@/config';
import { LICENSE_FEATURES, N8N_VERSION } from '@/constants';
import { inE2ETests, LICENSE_FEATURES, N8N_VERSION } from '@/constants';
import { CredentialTypes } from '@/credential-types';
import { CredentialsOverwrites } from '@/credentials-overwrites';
import { getVariablesLimit } from '@/environments/variables/environment-helpers';
@@ -82,6 +82,7 @@ export class FrontendService {
}
this.settings = {
inE2ETests,
isDocker: this.isDocker(),
databaseType: this.globalConfig.database.type,
previewMode: process.env.N8N_PREVIEW_MODE === 'true',