mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
ci: Hide the github button in e2e tests (no-changelog) (#11747)
This commit is contained in:
committed by
GitHub
parent
fd3254d587
commit
fb123b44af
@@ -27,7 +27,8 @@ export interface IUserManagementSettings {
|
||||
}
|
||||
|
||||
export interface FrontendSettings {
|
||||
isDocker?: boolean;
|
||||
inE2ETests: boolean;
|
||||
isDocker: boolean;
|
||||
databaseType: 'sqlite' | 'mariadb' | 'mysqldb' | 'postgresdb';
|
||||
endpointForm: string;
|
||||
endpointFormTest: string;
|
||||
|
||||
Reference in New Issue
Block a user