File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1313 build :
1414 strategy :
1515 matrix :
16- os : [ubuntu-latest, ubuntu- 24.04, ubuntu-22.04, ubuntu-20.04]
16+ os : [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
1717
1818 runs-on : ${{ matrix.os }}
1919
6969 run : sed -i 's+</Project>+<ItemGroup><Reference Include="CSharpToJavaScript"><HintPath>/home/runner/artifact/CSharpToJavaScript.dll</HintPath></Reference></ItemGroup></Project>+g' CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj
7070 - name : Cat CSTOJS_Tests.csproj
7171 run : cat CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj
72+ - name : Add Microsoft.CodeAnalysis.CSharp reference
73+ run : dotnet add CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj package Microsoft.CodeAnalysis.CSharp
7274 - name : Run tests
7375 run : dotnet test CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj --logger "html;logfilename=test-result-${{ matrix.os }}.html;verbosity=detailed" --results-directory ~/artifact/
7476 - name : Upload test result
You can’t perform that action at this time.
0 commit comments