File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 run : .\build.ps1 -verbose
6161
6262 - name : Summary - Vendor initialization
63+ if : success()
6364 shell : pwsh
6465 run : |
6566 echo "### ⚙️ Vendor Initialization" >> $env:GITHUB_STEP_SUMMARY
7576 cmd /c vendor\init.bat /v /d /t
7677
7778 - name : Summary - Clink Shell test
79+ if : success()
7880 shell : pwsh
7981 run : |
8082 echo "| Clink Shell | ✅ Passed |" >> $env:GITHUB_STEP_SUMMARY
8385 PowerShell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -Command "$env:CMDER_DEBUG='1'; . 'vendor\profile.ps1'"
8486
8587 - name : Summary - PowerShell test
88+ if : success()
8689 shell : pwsh
8790 run : |
8891 echo "| PowerShell | ✅ Passed |" >> $env:GITHUB_STEP_SUMMARY
9194 bash vendor/cmder.sh
9295
9396 - name : Summary - Bash test
97+ if : success()
9498 shell : pwsh
9599 run : |
96100 echo "| Bash | ✅ Passed |" >> $env:GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments