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

View File

@@ -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;