From 8925ff20ade2cb2111a14cc0be4a3d7764c11710 Mon Sep 17 00:00:00 2001 From: Manuel Amstutz Date: Thu, 11 Jan 2024 09:50:10 +0100 Subject: [PATCH] TBS --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c01b762..f897375 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,4 +38,4 @@ jobs: run: dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore - name: Run tests - run: dotnet test /p:Configuration=$env:BUILD_CONFIG --no-restore --no-build --verbosity normal \ No newline at end of file + run: dotnet test -c:$BUILD_CONFIG --no-restore --no-build --verbosity normal \ No newline at end of file