Ubuntu – EF migrations not working in Github action, same command works locally
I can run the following command locally to update my DB using Entity Framework Core migrations: dotnet ef database update 0 --project srcMyProjectMyProject.csproj --startup-project srcMyStartupProjectMyStartupProject.csproj --context MyDbContext However when I try to run it in a GitHub action I get…