mirror of
https://github.com/Ed94/refactor.git
synced 2024-12-22 06:54:44 -08:00
Fixing issue with build script not being able to find refactor script in gh-actions.
This commit is contained in:
parent
048fcac1bf
commit
5bfa8395db
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user