Browse Source

Update dotnet-desktop.yml

Marcin Ziąbek 1 year ago
parent
commit
e55606e09f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/dotnet-desktop.yml

+ 2 - 1
.github/workflows/dotnet-desktop.yml

@@ -74,11 +74,12 @@ jobs:
         working-directory: ./Source
         env:
           TEST_SHOW_RESULTS: false
+          DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: 1
         run: |
           dotnet build --configuration Release --property WarningLevel=0
           dotnet test QuestPDF.UnitTests --configuration Release --runtime ${{ matrix.runtime.name }}
           dotnet test QuestPDF.LayoutTests --configuration Release --runtime ${{ matrix.runtime.name }}
-          # dotnet test QuestPDF.Examples --configuration Release --runtime ${{ matrix.runtime.name }}
+          dotnet test QuestPDF.Examples --configuration Release --runtime ${{ matrix.runtime.name }}
 
         
       - name: Upload build artifacts