Fixing issue with build script not being able to find refactor script in gh-actions.

This commit is contained in:
Edward R. Gonzalez 2023-03-30 18:50:45 -04:00
parent 048fcac1bf
commit 5bfa8395db

View File

@ -62,7 +62,7 @@ if ( $test -eq $true )
write-host "`n`nBuilding Test`n" write-host "`n`nBuilding Test`n"
# Refactor thirdparty libraries # Refactor thirdparty libraries
& .\refactor_and_format.ps1 & (Join-Path $PSScriptRoot 'refactor_and_format.ps1')
$path_test = Join-Path $path_root test $path_test = Join-Path $path_root test
$path_test_build = Join-Path $path_test build $path_test_build = Join-Path $path_test build