Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bezzad authored Jan 10, 2025
1 parent cb9c048 commit 9563e2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Setup .NET
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

- name: Restore dependencies
run: dotnet restore ./src/StringComparison/StringComparison.csproj

- name: Build
run: dotnet build ./src/StringComparison/StringComparison.csproj --no-restore

- name: Test
run: dotnet test ./src/StringComparison.Test/StringComparison.Test.csproj --no-build --verbosity normal
run: dotnet test ./src/StringComparison.Test/StringComparison.Test.csproj --no-build --no-restore --verbosity normal

0 comments on commit 9563e2f

Please sign in to comment.