File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 env :
3535 POSTGRES_USER : postgres
3636 POSTGRES_PASSWORD : password
37- POSTGRES_DB : sara_test_db
37+ POSTGRES_DB : test_db
3838 ports :
3939 - 5432:5432
4040 options : >-
@@ -68,14 +68,14 @@ jobs:
6868 - name : Check for Pending Model Changes
6969 working-directory : ${{ inputs.working_directory }}
7070 env :
71- Database__postgresConnectionString : " Host=localhost;Port=5432;Database=sara_test_db ;Username=postgres;Password=password;Include Error Detail=true"
71+ Database__postgresConnectionString : " Host=localhost;Port=5432;Database=test_db ;Username=postgres;Password=password;Include Error Detail=true"
7272 ASPNETCORE_ENVIRONMENT : " Development"
7373 run : dotnet ef migrations has-pending-model-changes
7474
7575 - name : Run migrations against temporary database
7676 working-directory : ${{ inputs.working_directory }}
7777 env :
78- Database__postgresConnectionString : " Host=localhost;Port=5432;Database=sara_test_db ;Username=postgres;Password=password;Include Error Detail=true"
78+ Database__postgresConnectionString : " Host=localhost;Port=5432;Database=test_db ;Username=postgres;Password=password;Include Error Detail=true"
7979 ASPNETCORE_ENVIRONMENT : " Development"
8080 run : |
8181 dotnet ef database update --no-build --verbose
You can’t perform that action at this time.
0 commit comments