Skip to content

Commit c00270e

Browse files
committed
Start switching to MSSQL_SA_PASSWORD repo secret
1 parent 3a72e68 commit c00270e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,9 @@ jobs:
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

0 commit comments

Comments
 (0)