File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -67,12 +67,14 @@ jobs:
6767 run : dotnet remove CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj reference "..\..\CSharpToJavaScript\CSharpToJavaScript\CSharpToJavaScript.csproj"
6868 - name : Replace reference
6969 run : sed -i 's+</Project>+<ItemGroup><Reference Include="CSharpToJavaScript"><HintPath>~\artifact\CSharpToJavaScript.dll</HintPath></Reference></ItemGroup></Project>+g' CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj
70- - name : Run tests
71- run : dotnet test CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj --logger "html;logfilename=test-result-${{ matrix.os }}.html;verbosity=detailed" --results-directory ~\artifact\
72- - name : Upload test result
73- 74- with :
75- name : test-result-${{ matrix.os }}
76- path : ~/artifact/test-result-${{ matrix.os }}.html
77- if-no-files-found : error
78- if : ${{ always() }}
70+ - name : Test
71+ run : cat CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj
72+ # - name: Run tests
73+ # run: dotnet test CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj --logger "html;logfilename=test-result-${{ matrix.os }}.html;verbosity=detailed" --results-directory ~\artifact\
74+ # - name: Upload test result
75+ 76+ # with:
77+ # name: test-result-${{ matrix.os }}
78+ # path: ~/artifact/test-result-${{ matrix.os }}.html
79+ # if-no-files-found: error
80+ # if: ${{ always() }}
You can’t perform that action at this time.
0 commit comments