Skip to content

Commit

Permalink
Switch outbox tests to Azure SQL instance as the local test container…
Browse files Browse the repository at this point in the history
… instance has overload issues

Signed-off-by: Tomasz Maruszak <maruszaktomasz@gmail.com>
  • Loading branch information
zarusz committed Aug 2, 2024
1 parent e9ca68e commit 2313139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:

_redis_connectionstring: ${{ secrets.redis_connectionstring }}

_sqlserver_connectionstring: ${{ secrets.sqlserver_connectionstring }}
sqlserver_connectionstring: ${{ secrets.sqlserver_connectionstring }}

# Connects to the local Test Containers

Expand All @@ -147,7 +147,7 @@ jobs:

redis_connectionstring: localhost:6379

sqlserver_connectionstring: "Server=localhost;Initial Catalog=SlimMessageBus_Outbox;User ID=sa;Password=SuperSecretP@55word;TrustServerCertificate=true;MultipleActiveResultSets=true;"
#sqlserver_connectionstring: "Server=localhost;Initial Catalog=SlimMessageBus_Outbox;User ID=sa;Password=SuperSecretP@55word;TrustServerCertificate=true;MultipleActiveResultSets=true;"

nats_endpoint: "nats://localhost:4222"

Expand Down

0 comments on commit 2313139

Please sign in to comment.