mirror of
https://github.com/Ed94/refactor.git
synced 2025-06-16 11:41:48 -07:00
Made a separate build script for CI.
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -81,4 +81,4 @@ jobs:
|
||||
if (-not [string]::IsNullOrEmpty($type)) { $args += $type }
|
||||
if (-not [string]::IsNullOrEmpty($test)) { $args += $test }
|
||||
|
||||
& .\scripts\build.ps1 debug test
|
||||
& .\scripts\build.ci.ps1 debug test
|
||||
|
Reference in New Issue
Block a user