File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ 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 --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 C:/Users/runneradmin/artifact
7676 - name : Upload test result
77777878 with :
7979 name : test-result-${{ matrix.os }}
80- path : ~ /artifact/test-result-${{ matrix.os }}.html
80+ path : C:/Users/runneradmin /artifact/test-result-${{ matrix.os }}.html
8181 if-no-files-found : error
8282 if : ${{ always() }}
You can’t perform that action at this time.
0 commit comments