Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ptlthg authored Oct 3, 2024
1 parent f15ffc3 commit e676348
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

- name: Restore dependencies
run: dotnet restore
run: dotnet restore EliteAPI

- name: Build
run: dotnet build --no-restore
run: dotnet build --no-restore EliteAPI

- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal EliteAPI

0 comments on commit e676348

Please sign in to comment.