From b7ea0cbd46800777caf8e2bc318c305111b8e308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCsters?= Date: Wed, 23 Nov 2022 08:01:17 +0100 Subject: [PATCH] Fixed dotnet pipeline --- .github/actions/dotnet/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/dotnet/action.yaml b/.github/actions/dotnet/action.yaml index 13f2c98..abffedd 100644 --- a/.github/actions/dotnet/action.yaml +++ b/.github/actions/dotnet/action.yaml @@ -37,4 +37,4 @@ runs: run: dotnet test --configuration ${{ inputs.configuration }} --no-build --verbosity normal env: COSMOS_CONNECTION_STRING: ${{ inputs.cosmos-connection-string }} - COSMOS_DATABASE_NAME: testdata + COSMOS_DATABASE_NAME: infrastructuredbtests