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