Ensured tests the module in Azure CI

This commit is contained in:
jhoneill
2019-10-30 11:55:54 +00:00
parent 463944ae2d
commit d2a378ffda
7 changed files with 22 additions and 14 deletions

View File

@@ -1,5 +1,6 @@
#Import-Module $PSScriptRoot\..\ImportExcel.psd1 -Force
if (-not (get-command Import-Excel -ErrorAction SilentlyContinue)) {
Import-Module $PSScriptRoot\..\ImportExcel.psd1
}
$xlFile = "TestDrive:\testSQL.xlsx"
Describe "ConvertFrom-ExcelToSQLInsert" {