fix: add gemini key as env var in workflow and make config file optional
This commit is contained in:
@@ -5,7 +5,7 @@ namespace AltGen.API.Tests.Fixtures;
|
||||
public class TestConfiguration
|
||||
{
|
||||
static IConfiguration Config { get; } = new ConfigurationBuilder()
|
||||
.AddJsonFile("appsettings.Test.json")
|
||||
.AddJsonFile("appsettings.Test.json", optional: true)
|
||||
.AddEnvironmentVariables()
|
||||
.Build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user