mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-09-04 09:40:36 +02:00
ci: Hide the github button in e2e tests (no-changelog) (#11747)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user