Skip to content

Commit aa0b470

Browse files
authored
Update ubuntu.yml
1 parent 67e4feb commit aa0b470

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
@@ -66,7 +66,7 @@ jobs:
6666
- name: Delete reference
6767
run: dotnet remove CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj reference "..\..\CSharpToJavaScript\CSharpToJavaScript\CSharpToJavaScript.csproj"
6868
- name: Replace reference
69-
run: sed -i 's+</Project>+<Reference Include="CSharpToJavaScript"><HintPath>~\artifact\CSharpToJavaScript.dll</HintPath></Reference></Project>+g' CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj
69+
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
7070
- name: Run tests
7171
run: dotnet test CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj --logger "html;logfilename=test-result-${{ matrix.os }}.html;verbosity=detailed" --results-directory ~\artifact\
7272
- name: Upload test result

0 commit comments

Comments
 (0)