refactor(core): Port workflows config (no-changelog) (#10173)

This commit is contained in:
Iván Ovejero
2024-07-24 14:38:29 +02:00
committed by GitHub
parent 9056242b3a
commit b81f0bf9ea
8 changed files with 48 additions and 28 deletions

View File

@@ -135,6 +135,11 @@ describe('GlobalConfig', () => {
},
},
},
workflows: {
defaultName: 'My workflow',
onboardingFlowDisabled: false,
callerPolicyDefaultOption: 'workflowsFromSameOwner',
},
};
it('should use all default values when no env variables are defined', () => {