File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 run : ./restore.sh
4848
4949 - name : Export SQL Server connection string for the agent's session
50- run : echo "Test__SqlServer__DefaultConnection=Server=localhost;Database=master;User=SA;Password=P@ssw0rd12345! ;Connect Timeout=60;ConnectRetryCount=0;Trust Server Certificate=true" >> "$GITHUB_ENV"
50+ run : echo "Test__SqlServer__DefaultConnection=Server=localhost;Database=master;User=SA;Password=${{ secrets.MSSQL_SA_PASSWORD }} ;Connect Timeout=60;ConnectRetryCount=0;Trust Server Certificate=true" >> "$GITHUB_ENV"
5151
5252 - name : Run tests (temporary)
53- # env:
54- # TEST__SQLSERVER__DEFAULTCONNECTION: Server=localhost;Database=master;User=SA;Password=P@ssw0rd12345!;Connect Timeout=60;ConnectRetryCount=0;Trust Server Certificate=true
5553 run : |
5654 ./activate.sh
5755 dotnet test test/EFCore.SqlServer.FunctionalTests --filter Microsoft.EntityFrameworkCore.Query.Translations.GuidTranslationsSqlServerTest
You can’t perform that action at this time.
0 commit comments