Skip to content

Commit 2c4069e

Browse files
Move action tests to tests folders
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent ad2961e commit 2c4069e

7 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/Test-PSModule/src/main.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $moduleName = if ([string]::IsNullOrEmpty($env:PSMODULE_TEST_PSMODULE_INPUT_Name
88
$env:PSMODULE_TEST_PSMODULE_INPUT_Name
99
}
1010
$settings = $env:PSMODULE_TEST_PSMODULE_INPUT_Settings
11-
$testPath = Resolve-Path -Path "$PSScriptRoot/tests/$settings" | Select-Object -ExpandProperty Path
11+
$testPath = Resolve-Path -Path "$PSScriptRoot/../tests/$settings" | Select-Object -ExpandProperty Path
1212

1313
$localTestPath = Resolve-Path -Path 'tests' | Select-Object -ExpandProperty Path
1414
switch ($settings) {

.github/actions/Test-PSModule/src/tests/Module/Module.Configuration.ps1 renamed to .github/actions/Test-PSModule/tests/Module/Module.Configuration.ps1

File renamed without changes.

.github/actions/Test-PSModule/src/tests/Module/PSModule/PSModule.Container.ps1 renamed to .github/actions/Test-PSModule/tests/Module/PSModule/PSModule.Container.ps1

File renamed without changes.

.github/actions/Test-PSModule/src/tests/Module/PSModule/PSModule.Tests.ps1 renamed to .github/actions/Test-PSModule/tests/Module/PSModule/PSModule.Tests.ps1

File renamed without changes.

.github/actions/Test-PSModule/src/tests/SourceCode/PSModule/PSModule.Container.ps1 renamed to .github/actions/Test-PSModule/tests/SourceCode/PSModule/PSModule.Container.ps1

File renamed without changes.

.github/actions/Test-PSModule/src/tests/SourceCode/PSModule/PSModule.Tests.ps1 renamed to .github/actions/Test-PSModule/tests/SourceCode/PSModule/PSModule.Tests.ps1

File renamed without changes.

.github/actions/Test-PSModule/src/tests/SourceCode/SourceCode.Configuration.ps1 renamed to .github/actions/Test-PSModule/tests/SourceCode/SourceCode.Configuration.ps1

File renamed without changes.

0 commit comments

Comments
 (0)