Skip to content

Commit fce994a

Browse files
fix test
1 parent 94b09fa commit fce994a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112
$modulePath = Join-Path -Path $env:AGENT_TEMPDIRECTORY -ChildPath 'TempModules'
113113
$env:PSModulePath = $modulePath + [System.IO.Path]::PathSeparator + $env:PSModulePath
114114
115+
$testModuleName = "test-module"
115116
$ACRRepoName = "ACRRepo"
116117
$ACRRepoUri = "https://psresourcegettest.azurecr.io"
117118
Register-PSResourceRepository -Name $ACRRepoName -ApiVersion 'ContainerRegistry' -Uri $ACRRepoUri -Verbose

0 commit comments

Comments
 (0)