Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinZiabek committed May 14, 2024
1 parent 9ea3046 commit bee3149
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,24 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4


- name: Setup dotnet
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-version: '6.0.x'


- name: Build solution
shell: bash
working-directory: ./Source
env:
TEST_SHOW_RESULTS: false
run: |
dotnet build -c Release
dotnet build -c Release --property WarningLevel=0
dotnet test QuestPDF.UnitTests --runtime ${{ matrix.runtime.name }}
dotnet test QuestPDF.LayoutTests --runtime ${{ matrix.runtime.name }}
# dotnet test QuestPDF.Examples --runtime ${{ matrix.runtime.name }}
- name: Upload build artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit bee3149

Please sign in to comment.