Skip to content

Commit

Permalink
fullname tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jworkmanjc committed Oct 2, 2023
1 parent 96f2576 commit 1af5a0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions PowerShell/Deploy/Get-Config.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ param (
# Set variables:
$ScriptRoot = $MyInvocation.MyCommand.Path
write-host $ScriptRoot
# break
If ($env:CI) {
$ScriptRoot = $ScriptRoot -replace "/support/support/", "/support/"
write-host $ScriptRoot
}

$FolderPath_ModuleRootPath = (Get-Item -Path:($ScriptRoot)).Directory.parent.FullName
$GitHubWikiUrl = 'https://github.com/TheJumpCloud/support/wiki/'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Describe -Tag:('ModuleValidation') 'Pester Files Tests' {
Function Get-PesterFilesTestCases {
$ModuleRoot = (Get-Item -Path:($PSScriptRoot)).Parent.Parent.FullName
$ModuleRoot = (Get-Item -Path:($PSScriptRoot)).Parent.Parent
$FolderTests = "$ModuleRoot/Tests"
$FolderPublic = "$ModuleRoot/Public"
$PesterTestFilePath = Get-ChildItem -Path:("$FolderPublic/*.ps1") -Recurse -File | ForEach-Object {
Expand Down

0 comments on commit 1af5a0b

Please sign in to comment.