We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e613e commit f86a97bCopy full SHA for f86a97b
1 file changed
.github/workflows/copilot-setup-steps.yml
@@ -48,4 +48,4 @@ jobs:
48
run: ./restore.sh
49
50
- name: Export SQL Server connection string for the agent's session
51
- run: echo "Test__SqlServer__DefaultConnection=Server=localhost;Database=admin;User=SA;Password=${{ secrets.MSSQL_SA_PASSWORD }};Connect Timeout=60;ConnectRetryCount=0;Trust Server Certificate=true" >> "$GITHUB_ENV"
+ 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"
0 commit comments