Skip to content

Commit 3a72e68

Browse files
committed
Try setting the envvar in the workflow
1 parent d92c267 commit 3a72e68

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
- name: Restore
4747
run: ./restore.sh
4848

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"
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
53+
# env:
54+
# TEST__SQLSERVER__DEFAULTCONNECTION: Server=localhost;Database=master;User=SA;Password=P@ssw0rd12345!;Connect Timeout=60;ConnectRetryCount=0;Trust Server Certificate=true
5555
run: |
5656
./activate.sh
5757
dotnet test test/EFCore.SqlServer.FunctionalTests --filter Microsoft.EntityFrameworkCore.Query.Translations.GuidTranslationsSqlServerTest

0 commit comments

Comments
 (0)