mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
First stesp to wire up appveyor
This commit is contained in:
5
DoTests.ps1
Normal file
5
DoTests.ps1
Normal file
@@ -0,0 +1,5 @@
|
||||
if ((Get-Module -ListAvailable pester) -eq $null) {
|
||||
Install-Module -Name Pester -Repository PSGallery -Force
|
||||
}
|
||||
|
||||
Invoke-Pester -Script $PSScriptRoot\UnitTests\
|
||||
BIN
UnitTests/ImportExcelTests/Simple.tests.ps1
Normal file
BIN
UnitTests/ImportExcelTests/Simple.tests.ps1
Normal file
Binary file not shown.
BIN
appveyor.yml
Normal file
BIN
appveyor.yml
Normal file
Binary file not shown.
Reference in New Issue
Block a user