Skip to content

Commit 1971d43

Browse files
committed
Update dotnet-publish.yml
1 parent 59256ad commit 1971d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run Unit Tests
4444
# Run tests for the entire solution in Release config
4545
# --no-build assumes the previous build step was successful
46-
run: dotnet test TTSTextNormalization.sln --configuration Release --no-build --verbosity normal
46+
run: dotnet test TTSTextNormalization.sln --configuration Release --verbosity normal
4747

4848
- name: Pack Library
4949
# Pack the specific library project

0 commit comments

Comments
 (0)