Skip to content

Commit

Permalink
fix test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
romanett authored Nov 16, 2023
1 parent 2b49d10 commit bb12a0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
run: dotnet restore GDSwithREST.sln
- name: Build
run: dotnet build --no-restore
run: dotnet build --no-restore GDSwithREST.sln
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal GDSwithREST.sln

0 comments on commit bb12a0a

Please sign in to comment.