From 23131392054f8137d2e32fcd820c99d1c61ee3a0 Mon Sep 17 00:00:00 2001 From: Tomasz Maruszak Date: Fri, 2 Aug 2024 23:08:16 +0200 Subject: [PATCH] Switch outbox tests to Azure SQL instance as the local test container instance has overload issues Signed-off-by: Tomasz Maruszak --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ac2ab60f..a32efce4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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"