Skip to content

Commit 8a24f76

Browse files
authored
Update ubuntu.yml
1 parent 41c344d commit 8a24f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Add Microsoft.CodeAnalysis.CSharp reference
7373
run: dotnet add CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj package Microsoft.CodeAnalysis.CSharp
7474
- name: Run tests
75-
run: dotnet test CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj --filter "FullyQualifiedName!=CSTOJS_Tests.TestNormalizeWhitespace.TestNormalizeWhitespace" --logger "html;logfilename=test-result-${{ matrix.os }}.html;verbosity=detailed" --results-directory ~/artifact/
75+
run: dotnet test CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj --filter "FullyQualifiedName!=CSTOJS_Tests.UnitTestOptions.TestNormalizeWhitespace" --logger "html;logfilename=test-result-${{ matrix.os }}.html;verbosity=detailed" --results-directory ~/artifact/
7676
- name: Upload test result
7777
uses: actions/[email protected]
7878
with:

0 commit comments

Comments
 (0)