Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kamendov-maxim committed Mar 23, 2024
1 parent 0cb33f6 commit 13b071e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
dotnet-version: '8.x'
- name: Build
run: For /R %%I in (* sln) do dotnet build %%I
run: For /R %%I in (*.sln) do dotnet build %%I
- name: Run tests
run: For /R %%I in (* sln) do dotnet test %%I
run: For /R %%I in (*.sln) do dotnet test %%I

0 comments on commit 13b071e

Please sign in to comment.