We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59256ad commit 1971d43Copy full SHA for 1971d43
.github/workflows/dotnet-publish.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Run Unit Tests
44
# Run tests for the entire solution in Release config
45
# --no-build assumes the previous build step was successful
46
- run: dotnet test TTSTextNormalization.sln --configuration Release --no-build --verbosity normal
+ run: dotnet test TTSTextNormalization.sln --configuration Release --verbosity normal
47
48
- name: Pack Library
49
# Pack the specific library project
0 commit comments