Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CrunkA3 committed Feb 24, 2023
1 parent f10a9cb commit 18107ec
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: 7.0.x
- name: Restore dependencies
run: dotnet restore Nanoleaf.Client/Nanoleaf.Test
run: dotnet restore Nanoleaf.Test
- name: Build
run: dotnet build Nanoleaf.Client/Nanoleaf.Test --no-restore
run: dotnet build Nanoleaf.Test --no-restore
#- name: Test
# run: dotnet test Nanoleaf.Client/Nanoleaf.Test --no-build --verbosity normal
# run: dotnet test Nanoleaf.Test --no-build --verbosity normal

0 comments on commit 18107ec

Please sign in to comment.