From 7198c8898889add54400ce3e9da7570d200d8569 Mon Sep 17 00:00:00 2001 From: Oliver Maus Date: Wed, 16 Oct 2024 12:50:42 +0200 Subject: [PATCH] Add verbosity to integration test in CI file --- .github/workflows/run-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 4a4d177..0bff5c9 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -29,6 +29,6 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: 8.x.x - - name: Build and test + - name: Run integration test working-directory: ./ - run: dotnet test \ No newline at end of file + run: dotnet test -v:normal \ No newline at end of file