diff --git a/.github/workflows/visual_tests.yaml b/.github/workflows/visual_tests.yaml index 0728505..1365270 100644 --- a/.github/workflows/visual_tests.yaml +++ b/.github/workflows/visual_tests.yaml @@ -39,6 +39,7 @@ jobs: with: # Use the .NET SDK from global.json in the root of the repository. global-json-file: global.json + dotnet-quality: 'preview' - name: 📦 Restore Dependencies run: dotnet restore