Skip to content

Commit 75d2781

Browse files
author
Nicholas Bergesen
authored
Update PublishNugetPackage.yml
1 parent 94a11c7 commit 75d2781

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/PublishNugetPackage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
uses: actions/setup-dotnet@v1
1717
with:
1818
dotnet-version: 6.0.x
19-
- run: dotnet test UnitTests/UnitTests.csproj
19+
- run: dotnet restore
20+
- run: dotnet test
2021
Publish-Nuget:
2122
needs: Test
2223
runs-on: windows-latest

0 commit comments

Comments
 (0)