Skip to content

Commit fbcd9c6

Browse files
committed
Try to fix test step
1 parent cf84603 commit fbcd9c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: dotnet build ${{ env.PROJECT_PATH }} --no-restore --configuration Release
2929

3030
- name: Test
31-
run: dotnet test --no-build --configuration Release --verbosity normal
31+
run: dotnet test ${{ env.PROJECT_PATH }} --no-build --configuration Release --verbosity normal
3232

3333
deploy:
3434
needs: build-and-test

0 commit comments

Comments
 (0)