File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -50,15 +50,13 @@ jobs:
5050 repository : CSTOJS_Tests
5151 branch : ' master'
5252 - name : Access cloned repository content
53- run : |
54- cd CSTOJS_Tests
55- ls -la
53+ run : ls -R CSTOJS_Tests
5654 - name : Setup .NET
5755 uses : actions/setup-dotnet@v4
5856 with :
5957 dotnet-version : 8.0.x
6058 - name : Delete reference
61- run : dotnet reference remove CSharpToJavaScript/CSharpToJavaScript.csproj --project CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj
59+ run : dotnet reference remove /CSharpToJavaScript/ CSharpToJavaScript/CSharpToJavaScript.csproj --project CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj
6260 - name : Add reference
6361 run : dotnet add /home/runner/work/CSharpToJavaScript/CSharpToJavaScript/CSharpToJavaScript/CSharpToJavaScript.csproj --project CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj
6462 - name : Run tests
You can’t perform that action at this time.
0 commit comments