Skip to content

Commit

Permalink
Update and rename dotnet-desktop.yml to main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinZiabek committed May 14, 2024
1 parent 525b634 commit 95cd376
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
apt upgrade --yes
# required by actions/setup-dotnet
apt install bash wget tree --yes
apt install bash wget --yes
- name: Install Build Tools (Alpine)
Expand All @@ -57,7 +57,7 @@ jobs:
apk upgrade
# required by actions/setup-dotnet
apk add bash wget tree
apk add bash wget
# required by dotnet build command
apk add libstdc++ libgcc
Expand All @@ -77,7 +77,6 @@ jobs:
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: 1
run: |
dotnet build --configuration Release --property WarningLevel=0
tree
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 }}
Expand Down

0 comments on commit 95cd376

Please sign in to comment.