Skip to content

Commit d6f2b44

Browse files
committed
adding pester prep step
1 parent b6ff434 commit d6f2b44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ after_build:
4444
before_test:
4545
- SET PATH=C:\Program Files\PostgreSQL\9.6\bin\;%PATH%
4646
- psql -c "CREATE USER sa WITH SUPERUSER PASSWORD 'Password12!';" -U postgres
47+
- ps: .\tests\pester.prep.ps1
4748

4849
test_script:
4950
- ps: .\tests\ci.pester.ps1 -Type SqlServer, Postgresql, MySQL -Tag UnitTests, IntegrationTests, ComplianceTests

0 commit comments

Comments
 (0)