You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/copilot-setup-steps.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -46,12 +46,12 @@ jobs:
46
46
- name: Restore
47
47
run: ./restore.sh
48
48
49
-
#- name: Export SQL Server connection string for the agent's session
50
-
#run: echo "Test__SqlServer__DefaultConnection=Server=localhost;Database=master;User=SA;Password=${MSSQL_SA_PASSWORD};Connect Timeout=60;ConnectRetryCount=0;Trust Server Certificate=true" >> "$GITHUB_ENV"
49
+
- 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"
51
51
52
52
- 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
53
+
#env:
54
+
# TEST__SQLSERVER__DEFAULTCONNECTION: Server=localhost;Database=master;User=SA;Password=P@ssw0rd12345!;Connect Timeout=60;ConnectRetryCount=0;Trust Server Certificate=true
55
55
run: |
56
56
./activate.sh
57
57
dotnet test test/EFCore.SqlServer.FunctionalTests --filter Microsoft.EntityFrameworkCore.Query.Translations.GuidTranslationsSqlServerTest
0 commit comments