mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 14:17:22 +00:00
Inital commit.
This commit is contained in:
13
images/win/scripts/ImageHelpers/test/ImageHelpers.Tests.ps1
Normal file
13
images/win/scripts/ImageHelpers/test/ImageHelpers.Tests.ps1
Normal file
@@ -0,0 +1,13 @@
|
||||
$ModuleManifestName = 'ImageHelpers.psd1'
|
||||
$ModuleManifestPath = "$PSScriptRoot\..\$ModuleManifestName"
|
||||
|
||||
|
||||
|
||||
Describe 'Module Manifest Tests' {
|
||||
It 'Passes Test-ModuleManifest' {
|
||||
Test-ModuleManifest -Path $ModuleManifestPath | Should Not BeNullOrEmpty
|
||||
$? | Should Be $true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user