File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 4040 - uses : actions/download-artifact@v4
4141 with :
4242 name : cstojs-artifact
43- path : /artifact/
43+ path : ~ /artifact/
4444 - name : Display structure of downloaded files
45- run : ls -R /artifact/
45+ run : ls -R ~/artifact/
46+ - name : Clone CSTOJS_Tests
47+ 48+ with :
49+ owner : TiLied
50+ repository : CSTOJS_Tests
51+ - name : Access cloned repository content
52+ run : |
53+ cd CSTOJS_Tests
54+ ls -la
55+ - name : Setup .NET
56+ uses : actions/setup-dotnet@v4
57+ with :
58+ dotnet-version : 8.0.x
59+ - name : Delete reference
60+ run : dotnet reference remove CSharpToJavaScript/CSharpToJavaScript.csproj --project CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj
61+ - name : Add reference
62+ run : dotnet add /home/runner/work/CSharpToJavaScript/CSharpToJavaScript/CSharpToJavaScript/CSharpToJavaScript.csproj --project CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj
63+ - name : Run tests
64+ run : dotnet test CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj
You can’t perform that action at this time.
0 commit comments