We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf84603 commit fbcd9c6Copy full SHA for fbcd9c6
1 file changed
.github/workflows/deploy-nuget.yml
@@ -28,7 +28,7 @@ jobs:
28
run: dotnet build ${{ env.PROJECT_PATH }} --no-restore --configuration Release
29
30
- name: Test
31
- run: dotnet test --no-build --configuration Release --verbosity normal
+ run: dotnet test ${{ env.PROJECT_PATH }} --no-build --configuration Release --verbosity normal
32
33
deploy:
34
needs: build-and-test
0 commit comments