Skip to content

Commit

Permalink
Fix benchmark connection string (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey authored Nov 22, 2023
1 parent 424cbc5 commit 0a5d968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
docker compose up --detach --wait agent-configuration
CONFIGURATION_SERVER_PORT="$(docker compose port agent-configuration 9100 | sed 's/.\+://')"
CONFIGURATION_SERVER="localhost:${CONFIGURATION_SERVER_PORT}"
SQLSERVER_CONNECTION_STRING="DRIVER={ODBC Driver 18 for SQL Server};SERVER=sqlserver,1433;Uid=SA;Database=Chinook;Pwd=Password!"
SQLSERVER_CONNECTION_STRING="DRIVER={ODBC Driver 18 for SQL Server};SERVER=sqlserver,1433;Uid=SA;Database=Chinook;Pwd=Password!;TrustServerCertificate=yes"
../../scripts/new-configuration.sh "$CONFIGURATION_SERVER" "${SQLSERVER_CONNECTION_STRING}" \
| tee ./generated/deployment.json
docker compose down agent-configuration
Expand Down

0 comments on commit 0a5d968

Please sign in to comment.