-
Notifications
You must be signed in to change notification settings - Fork 61
/
CLITestsGithub.sh
29 lines (19 loc) · 1.51 KB
/
CLITestsGithub.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
echo "-------------------------------------------------------------"
echo "- Run CLI Tests -"
echo "-------------------------------------------------------------"
cd /home/runner/work/Ginger/Ginger/Ginger/GingerRuntime/bin/Release/net8.0/linux-x64/publish/
pwd
ls -alt
echo "******************************************************************************************************************************"
echo "help run"
echo "******************************************************************************************************************************"
dotnet GingerRuntime.dll help run
echo "******************************************************************************************************************************"
echo "run simple solution"
echo "******************************************************************************************************************************"
dotnet GingerRuntime.dll run -s "/home/runner/work/Ginger/Ginger/Ginger/GingerCoreNETUnitTest/TestResources/Solutions/CLI" -e "Default" -r "Default Run Set" -v "debug"
# echo "******************************************************************************************************************************"
# echo "analyze solution"
# echo "******************************************************************************************************************************"
# dotnet GingerRuntime.dll analyze -s "/home/runner/work/Ginger/Ginger/Ginger/GingerCoreNETUnitTest/TestResources/Solutions/CLI"
# exit $exitcode