Skip to content

Commit

Permalink
fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ErSoul committed Jun 10, 2024
1 parent eae4bd6 commit 1cd3c23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore dotpaste/dotpaste.csproj
run: dotnet restore
- name: Build
run: dotnet build dotpaste/dotpaste.csproj --no-restore -c Release
run: dotnet build --no-restore -c Release
- name: Test
run: dotnet test dotpaste.Tests/dotpaste.Tests.csproj --no-build --verbosity normal -c Release
run: dotnet test --no-build --verbosity normal -c Release

0 comments on commit 1cd3c23

Please sign in to comment.