File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.UnitTestOptions.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 --logger "html;logfilename=test-result-${{ matrix.os }}.html;verbosity=detailed" --results-directory ~/artifact/
7676 - name : Upload test result
7777 uses : actions/upload-artifact@v4.6.2
7878 with :
Original file line number Diff line number Diff line change 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.UnitTestOptions.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 --logger "html;logfilename=test-result-${{ matrix.os }}.html;verbosity=detailed" --results-directory ~/artifact/
7676 - name : Upload test result
7777 uses : actions/upload-artifact@v4.6.2
7878 with :
Original file line number Diff line number Diff line change 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.UnitTestOptions.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 --logger "html;logfilename=test-result-${{ matrix.os }}.html;verbosity=detailed" --results-directory ~/artifact/
7676 - name : Upload test result
7777 uses : actions/upload-artifact@v4.6.2
7878 with :
Original file line number Diff line number Diff line change 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.UnitTestOptions.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 --logger "html;logfilename=test-result-${{ matrix.os }}.html;verbosity=detailed" --results-directory ~/artifact/
7676 - name : Upload test result
7777 uses : actions/upload-artifact@v4.6.2
7878 with :
You can’t perform that action at this time.
0 commit comments